Skip to content

Commit

Permalink
Merge pull request #12 from kanamone/fix-broken-publish
Browse files Browse the repository at this point in the history
Add publish config
  • Loading branch information
naporin0624 committed Oct 30, 2023
2 parents 1c1c1cf + bb99038 commit f5d551a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-seahorses-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kanamone/scrambler": patch
---

publish config を package.json に追加
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"author": "AOKI Yuto <aoki@u-ne.co>",
"license": "MIT",
"type": "module",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f5d551a

Please sign in to comment.