Skip to content

Commit 3b43e4a

Browse files
Add scope to name in package.json
1 parent f180f3e commit 3b43e4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
node-version: 16
1818
registry-url: https://npm.pkg.github.com/
1919
- run: npm i
20-
- run: npm publish @project-callisto/react-usa-map
20+
- run: npm publish
2121
env:
2222
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-usa-map",
3-
"version": "1.5.5",
2+
"name": "@project-callisto/react-usa-map",
3+
"version": "1.5.6",
44
"description": "React component with all USA States with customizable options",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)