Skip to content

Commit

Permalink
v3.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffy-g committed Dec 15, 2023
1 parent 5f9d722 commit d6abc1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "rm-cstyle-cmts",
"version": "3.3.11",
"version": "3.3.12",
"description": "remove c style comments from text file(javascript source, json file etc...",
"private": false,
"main": "./cjs/index.js",
Expand Down Expand Up @@ -69,8 +69,7 @@
"webpack": "npm run fire:tool -- webpack",
"git:push": "yarn fire:tool force-push",
"postgit:push": "git gc --aggressive --prune=now",
"publish": "npm publish ./dist",
"prepublish": "yarn jstool -cmd stripSome -regex \"/.use strict.;\\s/g\" -targets \"dist/cjs/index.js,dist/cjs/js-scanner.js,dist/cjs/gulp/index.js\""
"strip:strict": "yarn jstool -cmd stripSome -regex \"/.use strict.;\\s/g\" -targets \"dist/cjs/index.js,dist/cjs/js-scanner.js,dist/cjs/gulp/index.js\""
},
"//": [
"NOTE: `strip:strict` use for publish (dist)"
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -111,7 +111,7 @@ const rmc = /** @type {IRemoveCStyleComments} */( emitMainFunction(apply) ) as I
Object.defineProperties(rmc, {
version: {
// `npm run patch:tag` replaces version string
value: "v3.3.11",
value: "v3.3.12",
enumerable: true
},
walk: {
Expand Down

0 comments on commit d6abc1a

Please sign in to comment.