Skip to content

Commit

Permalink
chore(package.json): use "files" field i.s.o. .npmignore (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai authored Sep 20, 2016
1 parent 0cb6839 commit 4db1bfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
25 changes: 0 additions & 25 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": "0.17.1",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"clean": "rm -rf coverage",
"test": "mocha --recursive --colors --reporter spec",
Expand Down

0 comments on commit 4db1bfa

Please sign in to comment.