We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b18732 commit dd53672Copy full SHA for dd53672
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ntransformer",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Change all substrings of directory names, file names and file content",
5
"source": "src/index.ts",
6
"main": "dist/index.js",
@@ -14,7 +14,7 @@
14
],
15
"scripts": {
16
"test": "echo \"Error: no test specified\" && exit 1",
17
- "publish": "tsc && npm publish --access public"
+ "publish-public": "tsc && npm publish --access public"
18
},
19
"keywords": [
20
"transform",
0 commit comments