Skip to content

Commit cbc2ba6

Browse files
committedJan 30, 2021
fix: Reduce npm package size
1 parent 0cec4f1 commit cbc2ba6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"license": "MIT",
1717
"author": "Tomoyuki Hata <hato6502@gmail.com>",
1818
"main": "dist/index.js",
19+
"files": [
20+
"dist"
21+
],
1922
"scripts": {
2023
"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",
2124
"fix": "prettier --write .",

0 commit comments

Comments
 (0)