@goodfoot/wiki 0.5.39 → 0.5.42

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/package.json +6 -6
  2. package/bin/wiki +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodfoot/wiki",
3
- "version": "0.5.39",
3
+ "version": "0.5.42",
4
4
  "bin": "bin/wiki",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/postinstall.js",
@@ -15,11 +15,11 @@
15
15
  "scripts/postinstall.js"
16
16
  ],
17
17
  "optionalDependencies": {
18
- "@goodfoot/wiki-darwin-arm64": "0.5.39",
19
- "@goodfoot/wiki-darwin-x64": "0.5.39",
20
- "@goodfoot/wiki-linux-arm64": "0.5.39",
21
- "@goodfoot/wiki-linux-x64": "0.5.39",
22
- "@goodfoot/wiki-win32-x64": "0.5.39"
18
+ "@goodfoot/wiki-darwin-arm64": "0.5.42",
19
+ "@goodfoot/wiki-darwin-x64": "0.5.42",
20
+ "@goodfoot/wiki-linux-arm64": "0.5.42",
21
+ "@goodfoot/wiki-linux-x64": "0.5.42",
22
+ "@goodfoot/wiki-win32-x64": "0.5.42"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
package/bin/wiki DELETED
@@ -1,4 +0,0 @@
1
- #!/bin/sh
2
- # Replaced by postinstall with a symlink to the native binary.
3
- echo "@goodfoot/wiki: Installation incomplete. Run 'npm install @goodfoot/wiki' to finish setup." >&2
4
- exit 1