From 1485cfe18667913e4bd40ac22343bfe8f6943947 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Mon, 27 May 2019 18:58:28 +0200 Subject: Rename to `node-dhall-json-bin`, like the original package by @joneshf --- README.md | 8 ++++---- package.json | 6 +++--- 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 @@ -# 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-- +npm install --save-optional fretlink/node-dhall-json-bin#v-- ``` This will install a specific version of `dhall-json`. Replace ``, `` and `` 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). diff --git a/package.json b/package.json index e39b952..1b2a78c 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,13 @@ }, "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", "tar": "^4.4.8", -- cgit v1.2.3