1
Fork 0

purescript(run-supply): chore: generted bower.json

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2021-08-08 02:18:24 +03:00 committed by prescientmoon
parent 02e9996fb9
commit c41de1fcb9
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
2 changed files with 26 additions and 1 deletions

View file

@ -0,0 +1,23 @@
{
"name": "purescript-run-supply",
"license": [
"GPL3"
],
"repository": {
"type": "git",
"url": "https://github.com/Mateiadrielrafael/purescript-run-supply"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-maybe": "^v5.0.0",
"purescript-prelude": "^v5.0.1",
"purescript-run": "^v4.0.0",
"purescript-tuples": "^v6.0.1",
"purescript-typelevel-prelude": "^v6.0.0"
}
}

View file

@ -4,6 +4,8 @@
}, },
"scripts": { "scripts": {
"test": "spago -x ./spago.test.dhall test", "test": "spago -x ./spago.test.dhall test",
"generate-bower": "spago bump-version --no-dry-run major" "generate-bower": "spago bump-version --no-dry-run major",
"pulp-build": "bower install && pulp build",
"bump": "spago bump-version --no-dry-run"
} }
} }