Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Jan 7, 2018
1 parent c7de9a8 commit c56519b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ lib/dotjs/*.js

# bundles
dist/

package-lock.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ajv",
"version": "6.0.0-rc.1",
"version": "6.0.0",
"description": "Another JSON Schema Validator",
"main": "lib/ajv.js",
"typings": "lib/ajv.d.ts",
Expand Down Expand Up @@ -65,7 +65,7 @@
"json-schema-traverse": "^0.3.0"
},
"devDependencies": {
"ajv-async": "^1.0.0-beta.0",
"ajv-async": "^1.0.0",
"bluebird": "^3.1.5",
"brfs": "^1.4.3",
"browserify": "^15.0.0",
Expand Down

0 comments on commit c56519b

Please sign in to comment.