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 aaad849 commit 26e70c8Copy full SHA for 26e70c8
package.json
@@ -25,7 +25,9 @@
25
"unpublish-npm": "npm unpublish @alttiri/vue-file-input@1.2.3 --registry=https://registry.npmjs.org",
26
"###": "",
27
"login-npm": "npm login --registry=https://registry.npmjs.org",
28
- "login-ghp": "npm login --registry=https://npm.pkg.github.com"
+ "login-ghp": "npm login --registry=https://npm.pkg.github.com",
29
+ "-": "",
30
+ "ghp-install": "npm i -D @alttiri/vue-file-input --registry=https://npm.pkg.github.com"
31
},
32
"publishConfig": {
33
"access": "public"
0 commit comments