@drone1/alt 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,11 +27,7 @@ Translates all strings in a reference `.js` file to all target languages using A
27
27
 
28
28
  ## Installation
29
29
  ```bash
30
- npm install -g github:drone1/alt
31
- ```
32
- or
33
- ```bash
34
- npm install -g https://github.com/drone1/alt.git
30
+ npm install -g @drone1/alt
35
31
  ```
36
32
  ## Setup
37
33
  Create a reference file for your reference data. For example, ``reference.js``:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@drone1/alt",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "description": "An AI-powered localization tool",
6
6
  "main": "src/index.mjs",
7
7
  "bin": {