Skip to content

Commit

Permalink
chore: update ajv beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 4, 2017
1 parent 6bfcd3d commit 3a4f32a
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-keywords",
"version": "2.0.1-beta.0",
"version": "2.0.1-beta.1",
"description": "Custom JSON-Schema keywords for Ajv validator",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
"peerDependencies": {
"ajv": ">=5.0.2-beta.0"
"ajv": ">=5.0.3-beta.0"
},
"devDependencies": {
"ajv": "^5.0.2-beta.0",
"ajv": "^5.0.3-beta.0",
"ajv-pack": "^0.2.0",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
Expand Down

0 comments on commit 3a4f32a

Please sign in to comment.