Skip to content

Commit 23487c5

Browse files
committed
limit what gets published to npm
1 parent 5219edf commit 23487c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
},
3131
"devDependencies": {
3232
"eslint": "^5.14.0"
33-
}
33+
},
34+
"files": [
35+
"index.js",
36+
"package.json",
37+
"README.md"
38+
]
3439
}

0 commit comments

Comments
 (0)