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 Oct 21, 2016
1 parent 5f74075 commit d34bfd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

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 d34bfd0

Please sign in to comment.