Skip to content

Commit f29e55b

Browse files
committed
fixed: 修复一些问题
1 parent 28ed09c commit f29e55b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tlm",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"type": "module",
55
"description": "Terminal packages that support multiple translation platforms",
66
"main": "./dist/cli.js",
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"dev": "tsc-watch --onSuccess \"tsc-alias\"",
1212
"build": "tsc && tsc-alias",
13-
"postinstall": "node ./updated-config.js",
13+
"postinstall": "node ./config-updated.js",
1414
"test": "echo \"Error: no test specified\" && exit 1"
1515
},
1616
"exports": {

0 commit comments

Comments
 (0)