Skip to content

Commit 4db1bfa

Browse files
authored
chore(package.json): use "files" field i.s.o. .npmignore (#109)
1 parent 0cb6839 commit 4db1bfa

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

.npmignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.17.1",
44
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
55
"main": "index.js",
6+
"files": [
7+
"index.js",
8+
"lib"
9+
],
610
"scripts": {
711
"clean": "rm -rf coverage",
812
"test": "mocha --recursive --colors --reporter spec",

0 commit comments

Comments
 (0)