10 lines
184 B
JSON
10 lines
184 B
JSON
|
{
|
||
|
"devDependencies": {
|
||
|
"bower": "^1.8.12"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "spago -x ./spago.test.dhall test",
|
||
|
"generate-bower": "spago bump-version --no-dry-run major"
|
||
|
}
|
||
|
}
|