c41de1fcb9
Signed-off-by: prescientmoon <git@moonythm.dev>
12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"devDependencies": {
|
|
"bower": "^1.8.12"
|
|
},
|
|
"scripts": {
|
|
"test": "spago -x ./spago.test.dhall test",
|
|
"generate-bower": "spago bump-version --no-dry-run major",
|
|
"pulp-build": "bower install && pulp build",
|
|
"bump": "spago bump-version --no-dry-run"
|
|
}
|
|
}
|