aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2019-08-01 18:06:12 +0200
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2019-08-02 10:54:10 +0200
commit045515b287b7eb0142278b83939497770c2e0659 (patch)
tree7409b8b32c9efe8cec981c70dc81ab39a3d48273 /package.json
parent715fe0113813acb9e0cca251719c6394d4c3ab94 (diff)
downloadnode-dhall-json-bin-045515b287b7eb0142278b83939497770c2e0659.tar.gz
node-dhall-json-bin-045515b287b7eb0142278b83939497770c2e0659.tar.zst
node-dhall-json-bin-045515b287b7eb0142278b83939497770c2e0659.zip
Add support for macOS
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index d55964a..e01f821 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
3 "version": "1.0.1", 3 "version": "1.0.1",
4 "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.", 4 "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.",
5 "os": [ 5 "os": [
6 "darwin",
6 "linux", 7 "linux",
7 "win32" 8 "win32"
8 ], 9 ],