Merge pull request #37 from blakeembrey/package-files

Add a files array to `package.json`
master
Evgeny Poberezkin 2015-08-23 11:39:29 +01:00
commit e8274faa66
1 changed files with 4 additions and 0 deletions

View File

@ -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",