Skip to content

Commit

Permalink
chore: src 配下も publish 対象にする (#7)
Browse files Browse the repository at this point in the history
* chore: src 配下も publish 対象にする

* Create unlucky-garlics-sing.md
  • Loading branch information
mew-ton authored Sep 14, 2023
1 parent b029189 commit 7610240
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unlucky-garlics-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"json-origami": patch
---

chore: src 配下も publish 対象にする
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,20 @@
"packageManager": "[email protected]",
"type": "module",
"files": [
"dist"
"dist",
"src"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./src/*": "./src/*"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 7610240

Please sign in to comment.