]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/commitdiff
Rename to `node-dhall-json-bin`, like the original package by @joneshf pre-1.3.0-1.24.0
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>
Mon, 27 May 2019 16:58:28 +0000 (18:58 +0200)
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>
Mon, 27 May 2019 16:58:30 +0000 (18:58 +0200)
README.md
package.json

index 8c03a7000c7d2e6a7a74b0e517426ef0795c1d53..4e4fc3bf66f705189862a294f2bb81ef5d8b7621 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# node-dhall-json
+# node-dhall-json-bin
 NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple. Linux and Windows only.
 
 ## Installation
@@ -10,17 +10,17 @@ There’s two installation modes:
 ### Locked
 
 ```
-npm install --save-optional fretlink/node-dhall-json#v<dhall-json version>-<dhall version>-<package version>
+npm install --save-optional fretlink/node-dhall-json-bin#v<dhall-json version>-<dhall version>-<package version>
 ```
 
 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.
 
-See [the releases](https://github.com/fretlink/node-dhall-json/releases).
+See [the releases](https://github.com/fretlink/node-dhall-json-bin/releases).
 
 ### Dynamic
 
 ```
-npm install --save-optional fretlink/node-dhall-json
+npm install --save-optional fretlink/node-dhall-json-bin
 ```
 
 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).
index 208e9badbe660c7bb9bf9b460ac67dcf2c48691f..88b020412721c9f944503f44af1f6106d2419150 100644 (file)
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/fretlink/node-dhall-json.git"
+    "url": "git+https://github.com/fretlink/node-dhall-json-bin.git"
   },
   "author": "FretLink",
   "bugs": {
-    "url": "https://github.com/fretlink/node-dhall-json/issues"
+    "url": "https://github.com/fretlink/node-dhall-json-bin/issues"
   },
-  "homepage": "https://github.com/fretlink/node-dhall-json#readme",
+  "homepage": "https://github.com/fretlink/node-dhall-json-bin#readme",
   "dependencies": {
     "follow-redirects": "^1.7.0",
     "semver": "^6.0.0",