We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3d55f commit 96e905fCopy full SHA for 96e905f
package.json
@@ -14,6 +14,9 @@
14
"license": "MIT",
15
"author": "Tomoyuki Hata <hato6502@gmail.com>",
16
"main": "dist/index.js",
17
+ "files": [
18
+ "dist"
19
+ ],
20
"scripts": {
21
"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",
22
"fix": "prettier --write .",
0 commit comments