aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2019-05-18 00:15:52 +0200
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2019-05-27 19:03:06 +0200
commitf85c596969321623b7bb014a2442e5b89ec67c9d (patch)
treebffd741ab8b195ccfecd7ac437284b31ceb797a4 /package.json
parent8a8fafde7315a33a81aebe01ed2bb8b5249bc62a (diff)
downloadnode-dhall-json-bin-f85c596969321623b7bb014a2442e5b89ec67c9d.tar.gz
node-dhall-json-bin-f85c596969321623b7bb014a2442e5b89ec67c9d.tar.zst
node-dhall-json-bin-f85c596969321623b7bb014a2442e5b89ec67c9d.zip
Lock `dhall` to v1.22.0 and `dhall-json` to v1.2.8
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 88b0204..148e909 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,8 @@
1{ 1{
2 "name": "dhall-json", 2 "name": "dhall-json",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "dhall-version": "1.22.0",
5 "dhall-json-version": "1.2.8",
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 "linux", 8 "linux",