ranuts 0.1.0-alpha.13 → 0.1.0-alpha.15

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ranuts",
3
- "version": "0.1.0-alpha.13",
3
+ "version": "0.1.0-alpha.15",
4
4
  "description": "lib",
5
5
  "main": "dist/index.umd.cjs",
6
6
  "module": "dist/index.js",
@@ -54,12 +54,6 @@
54
54
  "dist",
55
55
  "typings.d.ts"
56
56
  ],
57
- "scripts": {
58
- "build": "sh ./bin/build.sh",
59
- "test": "vitest run",
60
- "dev": "vite --host",
61
- "prepublish": "npm run build"
62
- },
63
57
  "keywords": [],
64
58
  "author": "",
65
59
  "license": "MIT",
@@ -75,5 +69,11 @@
75
69
  "dependencies": {
76
70
  "magic-string": "^0.27.0",
77
71
  "tesseract.js": "^5.1.0"
72
+ },
73
+ "scripts": {
74
+ "build": "sh ./bin/build.sh",
75
+ "test": "vitest run",
76
+ "dev": "vite --host",
77
+ "prepublish": "npm run build"
78
78
  }
79
- }
79
+ }
package/readme.md CHANGED
@@ -17,7 +17,7 @@ Some commonly used functions and tools
17
17
  Using npm:
18
18
 
19
19
  ```console
20
- npm install ranuts --save
20
+ npm install ranuts@latest --save
21
21
  ```
22
22
 
23
23
  ## Document