Skip to content

Commit

Permalink
updates package name for release
Browse files Browse the repository at this point in the history
  • Loading branch information
retconned committed Sep 14, 2024
1 parent 6057469 commit 2596062
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kick-js
# @retconned/kickjs

## 0.1.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
**kick-js**
**@retconned/kickjs**

A demo package for Total TypeScript.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"test": "vitest run",
"dev": "vitest",
"local:release": "changeset version",
"local:release": "changeset version && changeset publish",
"local:pack": "npm run build && rm -rf release && mkdir release && pnpm pack --pack-destination release",
"prepublishOnly": "npm run ci"
},
Expand Down

0 comments on commit 2596062

Please sign in to comment.