We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1865c commit 161a63eCopy full SHA for 161a63e
2 files changed
.npmignore
package.json
@@ -3,6 +3,10 @@
3
"version": "0.17.1",
4
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
5
"main": "index.js",
6
+ "files": [
7
+ "index.js",
8
+ "lib"
9
+ ],
10
"scripts": {
11
"clean": "rm -rf coverage",
12
"test": "mocha --recursive --colors --reporter spec",
0 commit comments