Skip to content

Commit 96e905f

Browse files
committedJan 30, 2021
fix: Reduce npm package size
1 parent aa3d55f commit 96e905f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"license": "MIT",
1515
"author": "Tomoyuki Hata <hato6502@gmail.com>",
1616
"main": "dist/index.js",
17+
"files": [
18+
"dist"
19+
],
1720
"scripts": {
1821
"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",
1922
"fix": "prettier --write .",

0 commit comments

Comments
 (0)