Skip to content

Commit 3e74e18

Browse files
committed
Bump node package versions in bower.json.
1 parent 47c426e commit 3e74e18

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

bower.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
{
22
"name": "purescript-dotenv",
3-
"license": [
4-
"MIT"
5-
],
3+
"license": ["MIT"],
64
"repository": {
75
"type": "git",
86
"url": "https://github.com/nsaunders/purescript-dotenv.git"
97
},
10-
"ignore": [
11-
"**/.*",
12-
"node_modules",
13-
"bower_components",
14-
"output"
15-
],
8+
"ignore": ["**/.*", "node_modules", "bower_components", "output"],
169
"dependencies": {
1710
"purescript-aff": "^v7.1.0",
1811
"purescript-arrays": "^v7.2.1",
@@ -29,7 +22,7 @@
2922
"purescript-node-fs": "^v9.1.0",
3023
"purescript-node-os": "^v5.1.0",
3124
"purescript-node-process": "^v11.2.0",
32-
"purescript-node-streams": "^v7.0.0",
25+
"purescript-node-streams": "^v9.0.0",
3326
"purescript-parsing": "^v10.2.0",
3427
"purescript-prelude": "^v6.0.1",
3528
"purescript-refs": "^v6.0.0",
@@ -41,7 +34,7 @@
4134
},
4235
"resolutions": {
4336
"purescript-node-buffer": "^v9.0.0",
44-
"purescript-node-streams": "^v7.0.0",
37+
"purescript-node-streams": "^v9.0.0",
4538
"purescript-node-child-process": "^v11.0.0",
4639
"purescript-node-fs": "^v9.1.0"
4740
}

0 commit comments

Comments
 (0)