Skip to content

Commit

Permalink
Updates raml-js-parser dependency to the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
repocho committed May 28, 2016
1 parent f995fd5 commit 3d0e482
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ Part of the schema.js code is based in [json-schema-mock].

#### History Log

##### 0.2.5
- Updates raml-js-parser dependency to the new version

##### 0.2.4
- The raml-js-parser is now a git+https dependency

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": "raml-mocker",
"version": "0.2.4",
"version": "0.2.5",
"description": "Node module to create random responses to requests based on RAML rest definition and json-schema.",
"main": "src/index.js",
"directories": {
Expand Down Expand Up @@ -36,6 +36,6 @@
"async": "latest",
"faker": "^3.1.0",
"lodash": "^4.12.0",
"raml-parser": "git+https://github.com/repocho/raml-js-parser.git#features/dereferencing-support-with-circular-references"
"raml-parser": "latest"
}
}

0 comments on commit 3d0e482

Please sign in to comment.