Skip to content

Commit

Permalink
build: include history/license in package
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 8, 2014
1 parent 3c14d9d commit ed720af
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -10,6 +10,11 @@
"should": "3"
},
"license": "MIT",
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"scripts": {
"test": "mocha --reporter spec --require should",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should",
Expand All @@ -20,8 +25,5 @@
"http",
"conditional",
"cache"
],
"files": [
"index.js"
]
}

0 comments on commit ed720af

Please sign in to comment.