Skip to content

Commit

Permalink
Merge pull request #3 from purescript/bump
Browse files Browse the repository at this point in the history
Prepare for 2.0 release
  • Loading branch information
garyb authored Oct 2, 2016
2 parents fb03c0c + 492bd3b commit 301c2a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"package.json"
],
"dependencies": {
"purescript-eff": "^1.0.0"
"purescript-eff": "^2.0.0"
}
}
2 changes: 0 additions & 2 deletions src/Test/Assert.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"use strict";

// module Test.Assert

exports["assert'"] = function (message) {
return function (success) {
return function () {
Expand Down

0 comments on commit 301c2a7

Please sign in to comment.