We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3523e commit fbaabe3Copy full SHA for fbaabe3
.github/workflows/release-package.yml
@@ -25,6 +25,7 @@ jobs:
25
node-version: 14
26
registry-url: https://npm.pkg.github.com/
27
- run: npm ci
28
+ - run: npm version
29
- run: npm publish
30
env:
31
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
.gitignore
@@ -1,2 +1,3 @@
1
node_modules/
2
-example/output.xlsx
+example/output.xlsx
3
+.npmrc
package.json
@@ -10,6 +10,9 @@
10
"type": "git",
11
"url": "https://github.com/aarmora/json2xls.git"
12
},
13
+ "publishConfig": {
14
+ "registry":"https://npm.pkg.github.com"
15
+ },
16
"author": "Original: Rikkert Koppes. Now: Jordan Hansen",
17
"license": "BSD-2-Clause",
18
"dependencies": {
0 commit comments