Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
raml-validate version++. RAMLVersion is now defaulting to 'RAML08'
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Mar 8, 2017
1 parent 4f10375 commit e40ba99
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
Expand Up @@ -30,7 +30,7 @@ match('/test'); //=> { match: '/test', params: { route: 'test' } }
* **end** - When set to `false`, the route will only match the beginning of paths.
* **strict** - When set to `true`, the route must match exactly without trailing slash.
* **sensitive** - When set to `true`, the route will be case-sensitive.
* **RAMLVersion** - The RAML version passed to [raml-validate](https://github.com/mulesoft/node-raml-validate) (default: `'RAML10'`)
* **RAMLVersion** - The RAML version passed to [raml-validate](https://github.com/mulesoft/node-raml-validate) (default: `'RAML08'`)

### Routes

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-path-match",
"version": "2.1.0",
"version": "2.1.1",
"description": "Path matching utility based on the RAML spec",
"main": "raml-path-match.js",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"raml-sanitize": "^1.2.0",
"raml-validate": "^1.1.0",
"raml-validate": "^1.1.1",
"xtend": "^4.0.1"
}
}

0 comments on commit e40ba99

Please sign in to comment.