aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2020-05-12 12:05:21 +0200
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2020-05-12 12:05:21 +0200
commitd69827a888d64a06e6aff60caa22bf7d5b1f30cd (patch)
treeafa54d2c4c46e684807f3d8f9d15536f34dbc990
parent70b79be6cd660b55f401c264c5bfa5fdd5d1f909 (diff)
downloadnode-dhall-json-bin-d69827a888d64a06e6aff60caa22bf7d5b1f30cd.tar.gz
node-dhall-json-bin-d69827a888d64a06e6aff60caa22bf7d5b1f30cd.tar.zst
node-dhall-json-bin-d69827a888d64a06e6aff60caa22bf7d5b1f30cd.zip
Lock `dhall` to v1.30.0 and `dhall-json` to v1.6.2
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 488e9b5..07f0e45 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.30.0",
5 "dhall-json-version": "1.6.2",
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",