auto-lang 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-lang",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Automatically create language json files for internationalization",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -14,7 +14,9 @@
14
14
  "url": "https://github.com/lesleytech/auto-lang.git"
15
15
  },
16
16
  "license": "ISC",
17
- "bin": "./src/index.js",
17
+ "bin": {
18
+ "auto-lang": "./src/index.js"
19
+ },
18
20
  "type": "module",
19
21
  "dependencies": {
20
22
  "chalk": "^5.0.1",