Skip to content

Commit

Permalink
chore(package.json): use "files" field i.s.o. .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Sep 10, 2016
1 parent 7d1865c commit 161a63e
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 161a63e

Please sign in to comment.