Skip to content

Commit b64cf11

Browse files
committed
Build: Remove .npmignore in favor of specifying files in package.json
1 parent 29d7543 commit b64cf11

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

.npmignore

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

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@
2626
},
2727
"bugs": "https://github.com/jquery/jquery-color/issues",
2828
"license": "MIT",
29-
"main": "jquery.color.js",
29+
"main": "dist/jquery.color.js",
30+
"files": [
31+
"dist",
32+
"README.md",
33+
"AUTHORS.txt",
34+
"LICENSE.txt"
35+
],
3036
"dependencies": {},
3137
"peerDependencies": {
3238
"jquery": ">=1.11.0"

0 commit comments

Comments
 (0)