Skip to content

Commit 71735ec

Browse files
committed
spago bump-version minor --no-dry-run
1 parent e46bcc1 commit 71735ec

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

bower.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{
2-
"name": "purescript-float32",
3-
"ignore": [
4-
"**/.*",
5-
"node_modules",
6-
"bower_components",
7-
"output"
8-
],
9-
"license": "BSD-3-Clause",
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/athanclark/purescript-float32.git"
13-
},
14-
"dependencies": {
15-
"purescript-prelude": "^4.1.0",
16-
"purescript-generics-rep": "^6.1.0"
17-
},
18-
"devDependencies": {
19-
"purescript-psci-support": "^4.0.0"
20-
}
2+
"name": "purescript-float32",
3+
"license": [
4+
"BSD-3-Clause"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/jamesdbrock/purescript-float32.git"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-effect": "^v3.0.0",
18+
"purescript-gen": "^v3.0.0",
19+
"purescript-maybe": "^v5.0.0",
20+
"purescript-prelude": "^v5.0.0",
21+
"purescript-psci-support": "^v5.0.0"
22+
}
2123
}

0 commit comments

Comments
 (0)