Skip to content

Commit

Permalink
version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Apr 17, 2017
1 parent 64567f9 commit 2f6f15c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ajv-merge-patch",
"version": "3.0.0-beta.0",
"version": "3.0.0",
"description": "$merge and $patch keywords for Ajv JSON-Schema validator to extend schemas",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"json-merge-patch": "^0.2.3"
},
"devDependencies": {
"ajv": "^5.0.1-beta.0",
"ajv": "^5.0.0",
"coveralls": "^2.11.12",
"eslint": "^3.3.0",
"if-node-version": "^1.0.0",
Expand All @@ -46,6 +46,6 @@
"pre-commit": "^1.1.3"
},
"peerDependencies": {
"ajv": ">=5.0.1-beta.0"
"ajv": ">=5.0.0"
}
}

0 comments on commit 2f6f15c

Please sign in to comment.