We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc729e commit 441d4d6Copy full SHA for 441d4d6
bower.json
@@ -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