aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorCyril Sobierajewicz <38043722+cyrilfretlink@users.noreply.github.com>2019-08-02 11:11:40 +0200
committerGitHub <noreply@github.com>2019-08-02 11:11:40 +0200
commit3ad6fbb588c5a21ad3cc00322b2fc43c8ff81403 (patch)
tree08ca7d86a4058702a97830f1b3bc75b7b260f7fd /package.json
parent715fe0113813acb9e0cca251719c6394d4c3ab94 (diff)
parentdb0557cd2aef9a59cf581d3ff8c57125eaf5ca81 (diff)
downloadnode-dhall-json-bin-3ad6fbb588c5a21ad3cc00322b2fc43c8ff81403.tar.gz
node-dhall-json-bin-3ad6fbb588c5a21ad3cc00322b2fc43c8ff81403.tar.zst
node-dhall-json-bin-3ad6fbb588c5a21ad3cc00322b2fc43c8ff81403.zip
Merge pull request #2 from cyrilfretlink/macos
Add support for macOS
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index d55964a..3a7dfd0 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,9 @@
1{ 1{
2 "name": "dhall-json", 2 "name": "dhall-json",
3 "version": "1.0.1", 3 "version": "2.0.0",
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 ],