blob: 8cf297d70485193fd8ce82262777ca45b2ba44fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
There’s two installation modes:
### Locked
```
npm install 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-bin/releases).
### Dynamic
```
npm install 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).
|