Skip to content

Commit fb880f5

Browse files
committed
package.jsonにfilesフィールドを設定
1 parent e14b6cb commit fb880f5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,18 @@
1616
"type": "git",
1717
"url": "git+https://github.com/dc7290/microcms-rich-editor-handler.git"
1818
},
19+
"license": "MIT",
20+
"author": "d-suke",
1921
"exports": {
2022
".": {
2123
"import": "./dist/index.mjs",
2224
"require": "./dist/index.js"
2325
}
2426
},
25-
"license": "MIT",
26-
"author": "d-suke",
2727
"main": "./dist/index.mjs",
28+
"files": [
29+
"dist"
30+
],
2831
"scripts": {
2932
"build": "tsup",
3033
"test": "vitest",

0 commit comments

Comments
 (0)