We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f180f3e commit 3b43e4aCopy full SHA for 3b43e4a
.github/workflows/release-package.yml
@@ -17,6 +17,6 @@ jobs:
17
node-version: 16
18
registry-url: https://npm.pkg.github.com/
19
- run: npm i
20
- - run: npm publish @project-callisto/react-usa-map
+ - run: npm publish
21
env:
22
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "react-usa-map",
3
- "version": "1.5.5",
+ "name": "@project-callisto/react-usa-map",
+ "version": "1.5.6",
4
"description": "React component with all USA States with customizable options",
5
"license": "MIT",
6
"repository": {
0 commit comments