We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ed09c commit f29e55bCopy full SHA for f29e55b
update-config.js renamed to config-updated.js
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tlm",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"type": "module",
5
"description": "Terminal packages that support multiple translation platforms",
6
"main": "./dist/cli.js",
@@ -10,7 +10,7 @@
10
"scripts": {
11
"dev": "tsc-watch --onSuccess \"tsc-alias\"",
12
"build": "tsc && tsc-alias",
13
- "postinstall": "node ./updated-config.js",
+ "postinstall": "node ./config-updated.js",
14
"test": "echo \"Error: no test specified\" && exit 1"
15
},
16
"exports": {
0 commit comments