@scanrail/cli-linux-x64 0.1.0 → 0.1.2

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 (3) hide show
  1. package/README.md +3 -3
  2. package/package.json +28 -1
  3. package/scanrail +0 -0
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @scanrail/cli-linux-x64
2
2
 
3
- Platform binary package for `@scanrail/cli` on Linux x64.
3
+ Platform binary package for Scanrail on Linux x64.
4
4
 
5
- Install `@scanrail/cli` instead of installing this package directly:
5
+ Install `scanrail` instead of installing this package directly:
6
6
 
7
7
  ```bash
8
- npm install -g @scanrail/cli
8
+ npm install -g scanrail
9
9
  ```
10
10
 
11
11
  License: Apache-2.0
package/package.json CHANGED
@@ -1 +1,28 @@
1
- {"name":"@scanrail/cli-linux-x64","version":"0.1.0","description":"Scanrail binary for Linux x64","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/raeseoklee/scanrail.git","directory":"packages/npm/cli-linux-x64"},"bugs":{"url":"https://github.com/raeseoklee/scanrail/issues"},"homepage":"https://github.com/raeseoklee/scanrail#readme","os":["linux"],"cpu":["x64"],"files":["scanrail","README.md"],"publishConfig":{"access":"public"}}
1
+ {
2
+ "name": "@scanrail/cli-linux-x64",
3
+ "version": "0.1.2",
4
+ "description": "Scanrail binary for Linux x64",
5
+ "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/raeseoklee/scanrail.git",
9
+ "directory": "packages/npm/cli-linux-x64"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/raeseoklee/scanrail/issues"
13
+ },
14
+ "homepage": "https://github.com/raeseoklee/scanrail#readme",
15
+ "os": [
16
+ "linux"
17
+ ],
18
+ "cpu": [
19
+ "x64"
20
+ ],
21
+ "files": [
22
+ "scanrail",
23
+ "README.md"
24
+ ],
25
+ "publishConfig": {
26
+ "access": "public"
27
+ }
28
+ }
package/scanrail CHANGED
Binary file