1.0.0 • Published 9 years ago
@elm-node/npm-scripts v1.0.0
Npm Scripts
Use npm to distribute and install native Elm packages.
Install
npm install @elm-node/npm-scriptsThen inside your package.json:
...
"scripts" : {
...
"postinstall" : "elm-npm-postinstall",
"preuninstall" : "elm-npm-preuninstall",
...
},
...1.0.0
9 years ago