Skip to content

Commit 5439300

Browse files
committed
v0.1.1
1 parent 24a7270 commit 5439300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonic/jsonc",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support JSONC syntax.",
55
"main": "jsonc.js",
66
"type": "commonjs",
@@ -30,7 +30,7 @@
3030
"reset": "npm run clean && npm i && npm run build && npm test",
3131
"repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;",
3232
"repo-publish": "npm run clean && npm i && npm run repo-publish-quick",
33-
"repo-publish-quick": "npm run prettier && npm run build && npm run test && npm run repo-tag && npm publish --access public --registry http://registry.npmjs.org "
33+
"repo-publish-quick": "npm run prettier && npm run build && npm run test && npm run repo-tag && npm publish --access public --registry https://registry.npmjs.org "
3434
},
3535
"license": "MIT",
3636
"files": [

0 commit comments

Comments
 (0)