Skip to content

Commit

Permalink
fix: Reduce npm package size
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed Jan 30, 2021
1 parent 0cec4f1 commit cbc2ba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"license": "MIT",
"author": "Tomoyuki Hata <hato6502@gmail.com>",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"check-license": "license-checker --excludePackages 'css-select@1.2.0;dictionary-en@3.0.0;domutils@1.5.1;optimist@0.6.1;tiny-segmenter@0.2.0;trim@0.0.1;union@0.5.0;unorm@1.6.0;zlibjs@0.2.0' --excludePrivatePackages --onlyAllow 'Apache-2.0;BSD;BSD-2-Clause;BSD-3-Clause;CC0-1.0;CC-BY-3.0;CC-BY-4.0;ISC;MIT;Public Domain;Unlicense;WTFPL' --production --unknown > /dev/null",
"fix": "prettier --write .",
Expand Down

0 comments on commit cbc2ba6

Please sign in to comment.