]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blobdiff - package.json
Merge pull request #4 from cyrilfretlink/remove-yaml-to-dhall
[github/fretlink/node-dhall-json-bin.git] / package.json
index 5d7cb78c3b9052669c097ee85ef0ea58055f2e75..488e9b57b28ee656ff4f9308688588da31131196 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "dhall-json",
-  "version": "2.0.1",
+  "version": "3.0.0",
   "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.",
   "os": [
     "darwin",
@@ -16,8 +16,7 @@
   "bin": {
     "dhall-to-json": "bin/dhall-to-json.exe",
     "dhall-to-yaml": "bin/dhall-to-yaml.exe",
-    "json-to-dhall": "bin/json-to-dhall.exe",
-    "yaml-to-dhall": "bin/yaml-to-dhall.exe"
+    "json-to-dhall": "bin/json-to-dhall.exe"
   },
   "scripts": {
     "preinstall": "node ./preinstall.js"