Skip to content

Commit 441d4d6

Browse files
author
Colin Wahl
committed
add bower file for publishing
1 parent 3cc729e commit 441d4d6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "purescript-github-actions-toolkit",
3+
"license": [
4+
"MIT"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/purescript-contrib/purescript-github-actions-toolkit"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-aff": "^v5.1.2",
18+
"purescript-aff-promise": "^v2.1.0",
19+
"purescript-effect": "^v2.0.1",
20+
"purescript-foreign-object": "^v2.0.3",
21+
"purescript-node-buffer": "^v6.0.0",
22+
"purescript-node-path": "^v3.0.0",
23+
"purescript-node-streams": "^v4.0.1",
24+
"purescript-nullable": "^v4.1.1",
25+
"purescript-transformers": "^v4.2.0"
26+
}
27+
}

0 commit comments

Comments
 (0)