Skip to content

Commit

Permalink
Publish only necessary files in package
Browse files Browse the repository at this point in the history
To prevent publishing wrong files.
  • Loading branch information
TrySound committed Jul 9, 2020
1 parent 56e8fbc commit 335ed19
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"bin": "bin/juice",
"main": "index.js",
"browser": "client.js",
"types": "juice.d.ts",
"files": [
"bin",
"lib",
"client.js",
"index.js",
"juice.d.ts"
],
"scripts": {
"test": "mocha --reporter spec && npm run test-typescript",
"testcover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
Expand All @@ -26,7 +34,6 @@
"engines": {
"node": ">=6.17.1"
},
"types": "juice.d.ts",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"commander": "^5.1.0",
Expand Down

0 comments on commit 335ed19

Please sign in to comment.