Skip to content

Commit 3d3846c

Browse files
authored
Merge pull request #10 from purescript/bump
Prepare for 2.0 release
2 parents 63d347f + 89a6095 commit 3d3846c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-eff": "^1.0.0"
20+
"purescript-eff": "^2.0.0"
2121
}
2222
}

src/Control/Monad/Eff/Console.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"use strict";
22

3-
// module Control.Monad.Eff.Console
4-
53
exports.log = function (s) {
64
return function () {
75
console.log(s);

0 commit comments

Comments
 (0)