Skip to content

Commit

Permalink
fix: Pull in latest data-schema change (#50)
Browse files Browse the repository at this point in the history
* fix: Pull in latest data-schema change

screwdriver-cd/data-schema#216

* fix: Bump data-schema version
  • Loading branch information
tkyi authored and minzcmu committed Mar 27, 2018
1 parent 77b0350 commit 07d354e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Scm Base
[![Version][npm-image]][npm-url] ![Downloads][downloads-image] [![Build Status][status-image]][status-url] [![Open Issues][issues-image]][issues-url] [![Dependency Status][daviddm-image]][daviddm-url] ![License][license-image]

> Base class for defining the behavior between Screwdriver and source control management systems
> Base class for defining the behavior between Screwdriver and source control management (SCM) systems
## Usage

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-scm-base",
"version": "2.4.0",
"version": "4.0.0",
"description": "Base class for defining the behavior between screwdriver and source control management systems",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -44,6 +44,6 @@
},
"dependencies": {
"joi": "^13.0.0",
"screwdriver-data-schema": "^18.13.0"
"screwdriver-data-schema": "^18.13.1"
}
}

0 comments on commit 07d354e

Please sign in to comment.