@graphox/win32-arm64 0.1.14 → 0.1.19

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/README.md CHANGED
@@ -323,10 +323,6 @@ See [docs/configurations.md](./docs/configurations.md) for:
323
323
 
324
324
  ---
325
325
 
326
- ## License
327
-
328
- MIT
329
-
330
326
  ## Repository
331
327
 
332
328
  https://github.com/soundtrackyourbrand/graphox
package/bin/graphox.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphox/win32-arm64",
3
- "version": "0.1.14",
3
+ "version": "0.1.19",
4
4
  "description": "Graphox CLI binary for win32-arm64",
5
5
  "os": [
6
6
  "win32"
@@ -16,7 +16,8 @@
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://github.com/soundtrackyourbrand/graphox"
19
+ "url": "https://github.com/soundtrackyourbrand/graphox",
20
+ "directory": "npm/platforms"
20
21
  },
21
22
  "license": "UNLICENSED"
22
23
  }