diff options
author | Cyril Sobierajewicz <cyril.sobierajewicz@fretlink.com> | 2019-05-27 18:58:28 +0200 |
---|---|---|
committer | Cyril Sobierajewicz <cyril.sobierajewicz@fretlink.com> | 2019-05-27 18:59:11 +0200 |
commit | 1485cfe18667913e4bd40ac22343bfe8f6943947 (patch) | |
tree | d0a9e5d19fecef45985906f51ff6183596c1ebd3 | |
parent | 456d885cf754985627506d94f01451d390f84001 (diff) | |
download | node-dhall-json-bin-pre-1.2.8-1.22.0.tar.gz node-dhall-json-bin-pre-1.2.8-1.22.0.tar.zst node-dhall-json-bin-pre-1.2.8-1.22.0.zip |
Rename to `node-dhall-json-bin`, like the original package by @joneshfpre-1.2.8-1.22.0
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | package.json | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ | |||
1 | # node-dhall-json | 1 | # node-dhall-json-bin |
2 | NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple. Linux and Windows only. | 2 | NPM 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 | ``` |
13 | npm install --save-optional fretlink/node-dhall-json#v<dhall-json version>-<dhall version>-<package version> | 13 | npm install --save-optional fretlink/node-dhall-json-bin#v<dhall-json version>-<dhall version>-<package version> |
14 | ``` | 14 | ``` |
15 | 15 | ||
16 | This 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. | 16 | This 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 | ||
18 | See [the releases](https://github.com/fretlink/node-dhall-json/releases). | 18 | See [the releases](https://github.com/fretlink/node-dhall-json-bin/releases). |
19 | 19 | ||
20 | ### Dynamic | 20 | ### Dynamic |
21 | 21 | ||
22 | ``` | 22 | ``` |
23 | npm install --save-optional fretlink/node-dhall-json | 23 | npm install --save-optional fretlink/node-dhall-json-bin |
24 | ``` | 24 | ``` |
25 | 25 | ||
26 | This 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). | 26 | This 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 e39b952..1b2a78c 100644 --- a/package.json +++ b/package.json | |||
@@ -21,13 +21,13 @@ | |||
21 | }, | 21 | }, |
22 | "repository": { | 22 | "repository": { |
23 | "type": "git", | 23 | "type": "git", |
24 | "url": "git+https://github.com/fretlink/node-dhall-json.git" | 24 | "url": "git+https://github.com/fretlink/node-dhall-json-bin.git" |
25 | }, | 25 | }, |
26 | "author": "FretLink", | 26 | "author": "FretLink", |
27 | "bugs": { | 27 | "bugs": { |
28 | "url": "https://github.com/fretlink/node-dhall-json/issues" | 28 | "url": "https://github.com/fretlink/node-dhall-json-bin/issues" |
29 | }, | 29 | }, |
30 | "homepage": "https://github.com/fretlink/node-dhall-json#readme", | 30 | "homepage": "https://github.com/fretlink/node-dhall-json-bin#readme", |
31 | "dependencies": { | 31 | "dependencies": { |
32 | "follow-redirects": "^1.7.0", | 32 | "follow-redirects": "^1.7.0", |
33 | "tar": "^4.4.8", | 33 | "tar": "^4.4.8", |