aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2020-11-27 16:14:57 +0100
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2020-11-27 16:14:57 +0100
commit844992527b5ffe2e8f98d6efb543ac2cc03f22e2 (patch)
tree53bf0ac9eb84ded1c6ff4160a7190781763b0bb7
parentd5c0fd3dc4e39d6c962d11d81c8e397a11174899 (diff)
downloadnode-dhall-json-bin-844992527b5ffe2e8f98d6efb543ac2cc03f22e2.tar.gz
node-dhall-json-bin-844992527b5ffe2e8f98d6efb543ac2cc03f22e2.tar.zst
node-dhall-json-bin-844992527b5ffe2e8f98d6efb543ac2cc03f22e2.zip
Lock `dhall` to v1.33.1 and `dhall-json` to v1.7.0
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 488e9b5..bbde2c8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,8 @@
1{ 1{
2 "name": "dhall-json", 2 "name": "dhall-json",
3 "version": "3.0.0", 3 "version": "3.0.0",
4 "dhall-version": "1.33.1",
5 "dhall-json-version": "1.7.0",
4 "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.", 6 "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.",
5 "os": [ 7 "os": [
6 "darwin", 8 "darwin",