Skip to content

Commit 5950e49

Browse files
committed
Regenerate bower.json
1 parent e0c0205 commit 5950e49

File tree

1 file changed

+27
-23
lines changed

1 file changed

+27
-23
lines changed

bower.json

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
{
2-
"name": "purescript-parsing-repetition",
3-
"version": "0.0.6",
4-
"license": "MIT",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/markfarrell/purescript-parsing-repetition.git"
8-
},
9-
"ignore": [
10-
"**/.*",
11-
"node_modules",
12-
"bower_components",
13-
"output"
14-
],
15-
"dependencies": {
16-
"purescript-prelude": "^4.1.1",
17-
"purescript-console": "^4.4.0",
18-
"purescript-effect": "^2.0.1",
19-
"purescript-parsing": "^5.0.3",
20-
"purescript-parsing-expect": "markfarrell/purescript-parsing-expect"
21-
},
22-
"devDependencies": {
23-
"purescript-psci-support": "^4.0.0"
24-
}
2+
"name": "purescript-parsing-repetition",
3+
"license": [
4+
"MIT"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/markfarrell/purescript-parsing-repetition"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-arrays": "^v6.0.1",
18+
"purescript-effect": "^v3.0.0",
19+
"purescript-foldable-traversable": "^v5.0.1",
20+
"purescript-lists": "^v6.0.1",
21+
"purescript-maybe": "^v5.0.0",
22+
"purescript-parsing": "^v7.0.0",
23+
"purescript-parsing-expect": "https://github.com/markfarrell/purescript-parsing-expect.git#v0.0.3",
24+
"purescript-prelude": "^v5.0.1",
25+
"purescript-psci-support": "^v5.0.0",
26+
"purescript-strings": "^v5.0.0",
27+
"purescript-tuples": "^v6.0.1"
28+
}
2529
}

0 commit comments

Comments
 (0)