Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Jan 7, 2018
1 parent ce38af6 commit 30a5925
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-async",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"description": "Configure async validation mode in Ajv - JSON-Schema validator",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,13 +40,13 @@
},
"homepage": "https://github.com/epoberezkin/ajv-async#readme",
"peerDependencies": {
"ajv": ">= 6.0.0-beta.0"
"ajv": "^6.0.0"
},
"dependencies": {
"nodent": "^3.1.3"
},
"devDependencies": {
"ajv": "^6.0.0-beta.0",
"ajv": "^6.0.0",
"browserify": "^14.5.0",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
Expand Down

0 comments on commit 30a5925

Please sign in to comment.