Skip to content

Commit

Permalink
Fixes some errors in README and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
repocho committed May 10, 2016
1 parent 544f585 commit 07732e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ GETTING STARTED
---
- Yo need to define a RAML file like this: [definition.raml]
- Import the json-schema file or define it inside the raml file.
-


HOW TO USE RAML MOCKER
---
Expand Down Expand Up @@ -177,9 +175,13 @@ Part of the schema.js code is based in [json-schema-mock].

#### History Log

##### 0.1.14
##### 0.2.1
- Adding baseUri to resource paths.
- Accepting all media types stated in RAML 0.8 spec
- Upgrades dependencies

##### 0.2.0
- Upgrades dependencies

##### 0.1.13
- Fixes compatibility issues.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raml-mocker",
"version": "0.1.14",
"version": "0.2.1",
"description": "Node module to create random responses to requests based on RAML rest definition and json-schema.",
"main": "src/index.js",
"directories": {
Expand All @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/RePoChO/raml-mocker.git"
"url": "https://github.com/repocho/raml-mocker.git"
},
"keywords": [
"RAML",
Expand All @@ -29,9 +29,9 @@
"author": "David Vega Fontelos",
"license": "MIT",
"bugs": {
"url": "https://github.com/RePoChO/raml-mocker/issues"
"url": "https://github.com/repocho/raml-mocker/issues"
},
"homepage": "https://github.com/RePoChO/raml-mocker",
"homepage": "https://github.com/repocho/raml-mocker",
"dependencies": {
"async": "2.0.0-rc.4",
"faker": "^3.1.0",
Expand Down

0 comments on commit 07732e3

Please sign in to comment.