We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2dc77c commit 4d8fd63Copy full SHA for 4d8fd63
.github/workflows/publish.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/setup-node@v4
21
with:
22
node-version: '20.x'
23
+ registry-url: 'https://registry.npmjs.org'
24
25
- name: Install dependencies
26
run: |
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "a-simple-switch",
3
- "version": "0.9.5",
+ "version": "0.9.6",
4
"description": "Vanilla JS/CSS Switch UI element",
5
"main": "release/commonjs/index.js",
6
"files": [
@@ -19,7 +19,7 @@
19
"license": "ISC",
"repository": {
"type": "git",
- "url": "https://github.com/ava-cassiopeia/simple-switch"
+ "url": "git+https://github.com/ava-cassiopeia/simple-switch.git"
},
"keywords": [
"vanilla js",
0 commit comments