We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c50674 commit dda6c37Copy full SHA for dda6c37
2 files changed
.github/workflows/release.yml
@@ -33,6 +33,8 @@ jobs:
33
- name: Publish to npm
34
if: steps.changesets.outputs.hasChangesets == 'false'
35
run: |
36
+ npm install -g npm@latest
37
+ npm --version
38
bun run build
39
npm publish --provenance --access public
40
- name: Create git tags
package.json
@@ -4,7 +4,7 @@
4
"description": "Class-based reactive state management — ES6 Proxy + immutable snapshots",
5
"repository": {
6
"type": "git",
7
- "url": "https://github.com/codeBelt/classy-store.git"
+ "url": "git+https://github.com/codeBelt/classy-store.git"
8
},
9
"type": "module",
10
"main": "./dist/index.cjs",
@@ -115,4 +115,4 @@
115
],
116
"license": "MIT",
117
"sideEffects": false
118
-}
+}
0 commit comments