We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d25566 commit 627d561Copy full SHA for 627d561
.github/workflows/npmpublish.yml
@@ -16,5 +16,7 @@ jobs:
16
with:
17
node-version: 20
18
registry-url: https://registry.npmjs.org/
19
+ - name: Update npm to latest
20
+ run: npm install -g npm@latest
21
- run: npm ci
- - run: npm publish
22
+ - run: npm publish --provenance
package.json
@@ -3,7 +3,10 @@
3
"version": "1.4.1",
4
"description": "Improv Wi-Fi SDK for the browser",
5
"main": "dist/launch-button.js",
6
- "repository": "https://github.com/improv-wifi/sdk-js",
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/improv-wifi/sdk-js"
9
+ },
10
"author": "Improv Wi-Fi maintainers",
11
"license": "Apache-2.0",
12
"scripts": {
0 commit comments