2021-08-08 01:12:45 +02:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
|
|
|
"bower": "^1.8.12"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "spago -x ./spago.test.dhall test",
|
2021-08-08 01:18:24 +02:00
|
|
|
"generate-bower": "spago bump-version --no-dry-run major",
|
|
|
|
"pulp-build": "bower install && pulp build",
|
|
|
|
"bump": "spago bump-version --no-dry-run"
|
2021-08-08 01:12:45 +02:00
|
|
|
}
|
|
|
|
}
|