Skip to content

Commit 82860ea

Browse files
eventualbuddhaFagnerMartinsBrack
authored andcommitted
Exclude files not needed for the generated npm package.
Also renames LICENSE to automatically be picked up by npm and other tools (see js-cookiegh-99). Closes js-cookiegh-221.
1 parent 31b3366 commit 82860ea

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

MIT-LICENSE.txt renamed to LICENSE

File renamed without changes.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"type": "git",
2525
"url": "git://github.com/js-cookie/js-cookie.git"
2626
},
27+
"files": [
28+
"src/**/*.js",
29+
"SERVER_SIDE.md",
30+
"CONTRIBUTING.md"
31+
],
2732
"author": "Klaus Hartl",
2833
"license": "MIT",
2934
"devDependencies": {

0 commit comments

Comments
 (0)