Skip to content

Commit

Permalink
version 4.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Apr 28, 2017
1 parent 4ed756e commit de9fad5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ajv",
"version": "4.11.7",
"version": "4.11.8",
"description": "Another JSON Schema Validator",
"main": "lib/ajv.js",
"webpack": "dist/ajv.bundle.js",
Expand All @@ -12,6 +12,9 @@
"LICENSE",
".tonic_example.js"
],
"publishConfig": {
"tag": "4.x"
},
"scripts": {
"jshint": "jshint lib/*.js lib/**/*.js --exclude lib/dotjs/**/*",
"eslint": "if-node-version \">=4\" eslint lib/*.js lib/compile/*.js spec scripts",
Expand Down

0 comments on commit de9fad5

Please sign in to comment.