Skip to content

Commit

Permalink
chore: restrict files included in npm package (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne authored and luin committed Jan 25, 2017
1 parent 1978a1e commit ddf4aec
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": "2.4.0",
"description": "A delightful, performance-focused Redis client for Node and io.js",
"main": "index.js",
"files": [
"index.js",
"lib/"
],
"scripts": {
"test": "NODE_ENV=test mocha",
"test:cov": "NODE_ENV=test node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
Expand Down

0 comments on commit ddf4aec

Please sign in to comment.