Skip to content

Commit dd53672

Browse files
committed
package version updated
1 parent 0b18732 commit dd53672

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": "ntransformer",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Change all substrings of directory names, file names and file content",
55
"source": "src/index.ts",
66
"main": "dist/index.js",
@@ -14,7 +14,7 @@
1414
],
1515
"scripts": {
1616
"test": "echo \"Error: no test specified\" && exit 1",
17-
"publish": "tsc && npm publish --access public"
17+
"publish-public": "tsc && npm publish --access public"
1818
},
1919
"keywords": [
2020
"transform",

0 commit comments

Comments
 (0)