aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2019-05-27 18:58:28 +0200
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2019-05-27 18:58:30 +0200
commit8a8fafde7315a33a81aebe01ed2bb8b5249bc62a (patch)
tree9c5c84493ece11ad171e62aaa4a5fefd47dabbd8
parent01c39d70b1fa56c8f6259a3d9bcd5c724499f960 (diff)
downloadnode-dhall-json-bin-pre-1.3.0-1.24.0.tar.gz
node-dhall-json-bin-pre-1.3.0-1.24.0.tar.zst
node-dhall-json-bin-pre-1.3.0-1.24.0.zip
Rename to `node-dhall-json-bin`, like the original package by @joneshfpre-1.3.0-1.24.0
-rw-r--r--README.md8
-rw-r--r--package.json6
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8c03a70..4e4fc3b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1# node-dhall-json 1# node-dhall-json-bin
2NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple. Linux and Windows only. 2NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple. Linux and Windows only.
3 3
4## Installation 4## Installation
@@ -10,17 +10,17 @@ There’s two installation modes:
10### Locked 10### Locked
11 11
12``` 12```
13npm install --save-optional fretlink/node-dhall-json#v<dhall-json version>-<dhall version>-<package version> 13npm install --save-optional fretlink/node-dhall-json-bin#v<dhall-json version>-<dhall version>-<package version>
14``` 14```
15 15
16This will install a specific version of `dhall-json`. Replace `<dhall-json version>`, `<dhall version>` and `<package version>` with appropriate versions of `dhall-json`, `dhall` and this package. 16This will install a specific version of `dhall-json`. Replace `<dhall-json version>`, `<dhall version>` and `<package version>` with appropriate versions of `dhall-json`, `dhall` and this package.
17 17
18See [the releases](https://github.com/fretlink/node-dhall-json/releases). 18See [the releases](https://github.com/fretlink/node-dhall-json-bin/releases).
19 19
20### Dynamic 20### Dynamic
21 21
22``` 22```
23npm install --save-optional fretlink/node-dhall-json 23npm install --save-optional fretlink/node-dhall-json-bin
24``` 24```
25 25
26This will install a version of `dhall-json` matching the `DHALL_JSON_VERSION` and `DHALL_VERSION` environment variables or the `dhall-json:dhall-json-version` and `dhall-json:dhall-version` [npm configuration settings](https://docs.npmjs.com/misc/config#per-package-config-settings). 26This will install a version of `dhall-json` matching the `DHALL_JSON_VERSION` and `DHALL_VERSION` environment variables or the `dhall-json:dhall-json-version` and `dhall-json:dhall-version` [npm configuration settings](https://docs.npmjs.com/misc/config#per-package-config-settings).
diff --git a/package.json b/package.json
index 208e9ba..88b0204 100644
--- a/package.json
+++ b/package.json
@@ -22,13 +22,13 @@
22 }, 22 },
23 "repository": { 23 "repository": {
24 "type": "git", 24 "type": "git",
25 "url": "git+https://github.com/fretlink/node-dhall-json.git" 25 "url": "git+https://github.com/fretlink/node-dhall-json-bin.git"
26 }, 26 },
27 "author": "FretLink", 27 "author": "FretLink",
28 "bugs": { 28 "bugs": {
29 "url": "https://github.com/fretlink/node-dhall-json/issues" 29 "url": "https://github.com/fretlink/node-dhall-json-bin/issues"
30 }, 30 },
31 "homepage": "https://github.com/fretlink/node-dhall-json#readme", 31 "homepage": "https://github.com/fretlink/node-dhall-json-bin#readme",
32 "dependencies": { 32 "dependencies": {
33 "follow-redirects": "^1.7.0", 33 "follow-redirects": "^1.7.0",
34 "semver": "^6.0.0", 34 "semver": "^6.0.0",