diff --git a/README.md b/README.md index eafc6df..8abd191 100644 --- a/README.md +++ b/README.md @@ -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 --- @@ -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. diff --git a/package.json b/package.json index d3f46f7..b3de8ea 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", @@ -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",