purescript(run-supply): chore: generted bower.json
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
02e9996fb9
commit
c41de1fcb9
23
purescript/run-supply/bower.json
Normal file
23
purescript/run-supply/bower.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue