Add binary file for npm.

This commit is contained in:
Dillon Kearns 2019-07-23 21:04:12 -07:00
parent 4cd086b31e
commit 5de1e17fd2
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/env node
require("../../dist/bundle.js");

View File

@ -18,5 +18,8 @@
"node-elm-compiler": "^5.0.3", "node-elm-compiler": "^5.0.3",
"parcel-bundler": "^1.12.3", "parcel-bundler": "^1.12.3",
"typescript": "^3.5.3" "typescript": "^3.5.3"
},
"bin": {
"elm-static-markup": "generator/bin/elm-static-markup"
} }
} }