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 0eda50b commit a15109dCopy full SHA for a15109d
package.json
@@ -67,7 +67,7 @@
67
"test": "mocha -r ts-node/register test/test*.ts",
68
"format": "prettier --write src",
69
"version": "npm test && npm run build && git add -A dist",
70
- "hosting": "git push origin master:gh-pages -f",
+ "hosting": "git push origin main:gh-pages -f",
71
"deploy": "git push --follow-tags && npm run hosting && npm publish",
72
"update-libs": "cd examples/nodejs && ncu -u && npm i && cd ../typescript && ncu -u && npm i && cd ../webpack && ncu -u && npm i",
73
"types": "dts-bundle-generator src/main.ts -o ./dist/index.d.ts"
0 commit comments