mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 15:12:01 +03:00
Add binary file for npm.
This commit is contained in:
parent
4cd086b31e
commit
5de1e17fd2
3
generator/bin/elm-static-markup
Executable file
3
generator/bin/elm-static-markup
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
require("../../dist/bundle.js");
|
@ -18,5 +18,8 @@
|
||||
"node-elm-compiler": "^5.0.3",
|
||||
"parcel-bundler": "^1.12.3",
|
||||
"typescript": "^3.5.3"
|
||||
},
|
||||
"bin": {
|
||||
"elm-static-markup": "generator/bin/elm-static-markup"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user