Skip to content

Commit

Permalink
build: include history in package
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 2, 2014
1 parent c425910 commit 50af575
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
"istanbul": "0.3",
"mocha": "1"
},
"files": [
"index.js",
"HISTORY.md",
"LICENSE"
],
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"files": [
"index.js",
"LICENSE"
]
}
}

0 comments on commit 50af575

Please sign in to comment.