We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d7543 commit b64cf11Copy full SHA for b64cf11
.npmignore
package.json
@@ -26,7 +26,13 @@
26
},
27
"bugs": "https://github.com/jquery/jquery-color/issues",
28
"license": "MIT",
29
- "main": "jquery.color.js",
+ "main": "dist/jquery.color.js",
30
+ "files": [
31
+ "dist",
32
+ "README.md",
33
+ "AUTHORS.txt",
34
+ "LICENSE.txt"
35
+ ],
36
"dependencies": {},
37
"peerDependencies": {
38
"jquery": ">=1.11.0"
0 commit comments