Skip to content

Commit

Permalink
Merge pull request #37 from blakeembrey/package-files
Browse files Browse the repository at this point in the history
Add a files array to `package.json`
  • Loading branch information
Evgeny Poberezkin committed Aug 23, 2015
2 parents 843557e + 9eb38e4 commit e8274fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.1.0",
"description": "Another JSON Schema Validator",
"main": "lib/ajv.js",
"files": [
"lib/",
"LICENSE"
],
"scripts": {
"test-spec": "mocha spec/*.spec.js -R spec",
"test-cov": "istanbul cover -x '**/spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
Expand Down

0 comments on commit e8274fa

Please sign in to comment.