We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c147bfa commit 8722ed1Copy full SHA for 8722ed1
2 files changed
.github/workflows/npm-publish.yml
@@ -42,6 +42,6 @@ jobs:
42
node-version: 12
43
registry-url: https://npm.pkg.github.com/
44
- run: npm ci
45
- - run: npm publish --registry=https://npm.pkg.github.com/@josephrexme
+ - run: npm publish
46
env:
47
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typable-react",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "React.js prop-types wrapper for easy extraction to documentation",
5
"main": "typable.js",
6
"scripts": {
@@ -10,6 +10,9 @@
10
"type": "git",
11
"url": "git+https://github.com/josephrexme/typable-react.git"
12
},
13
+ "publishConfig": {
14
+ "registry":"https://npm.pkg.github.com/@josephrexme"
15
+ },
16
"keywords": [
17
"static",
18
"typed",
0 commit comments