Skip to content

Commit a14fc45

Browse files
committed
move console to devDependencies
1 parent 213989c commit a14fc45

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bower.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@
1515
"bower.json",
1616
"package.json"
1717
],
18+
"devDependencies": {
19+
"purescript-console": "#compiler/0.12"
20+
}
1821
"dependencies": {
19-
"purescript-console": "#compiler/0.12",
2022
"purescript-node-streams": "#compiler/0.12",
2123
"purescript-node-process": "#compiler/0.12",
2224
"purescript-options": "#compiler/0.12",
23-
"purescript-foreign": "#compiler/0.12"
25+
"purescript-foreign": "#compiler/0.12",
26+
"purescript-prelude": "#compiler/0.12",
27+
"purescript-effect": "#compiler/0.12"
2428
}
2529
}

0 commit comments

Comments
 (0)