Skip to content

Commit

Permalink
package.jsonにfilesフィールドを設定
Browse files Browse the repository at this point in the history
  • Loading branch information
dc7290 committed Dec 15, 2024
1 parent e14b6cb commit fb880f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@
"type": "git",
"url": "git+https://github.com/dc7290/microcms-rich-editor-handler.git"
},
"license": "MIT",
"author": "d-suke",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"license": "MIT",
"author": "d-suke",
"main": "./dist/index.mjs",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "vitest",
Expand Down

0 comments on commit fb880f5

Please sign in to comment.