Skip to content

Commit

Permalink
Added files to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed May 31, 2015
1 parent 027cfe9 commit fbf1af9
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 @@ -6,6 +6,10 @@
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report $(if [ \"$TRAVIS\" ]; then echo lcovonly; else echo html; fi) -- --recursive && if [ \"$TRAVIS\" ]; then cat ./coverage/lcov.info | ./node_modules/.bin/coveralls; fi"
},
"files": [
"index.js",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git://github.com/wbyoung/azul-tracker.git"
Expand Down

0 comments on commit fbf1af9

Please sign in to comment.