Skip to content

Commit

Permalink
Merge pull request #130 from bearmini/fix-bower-json
Browse files Browse the repository at this point in the history
use browserified & uglified version in bower,json
  • Loading branch information
Evgeny Poberezkin committed Feb 24, 2016
2 parents bdd1748 + 5bac7e8 commit 980dd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ajv",
"description": "Another JSON Schema Validator",
"main": "lib/ajv.js",
"main": "dist/ajv.min.js",
"authors": [
"Evgeny Poberezkin"
],
Expand Down

0 comments on commit 980dd6a

Please sign in to comment.