diff --git a/README.md b/README.md new file mode 100644 index 0000000..daa978f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# purescript-bignumber + +Bindings to [bignumber.js](https://github.com/MikeMcl/bignumber.js/). diff --git a/bower.json b/bower.json index 8b8c781..5ce4f5b 100644 --- a/bower.json +++ b/bower.json @@ -11,7 +11,7 @@ "purescript-prelude": "^4.1.0", "purescript-either": "^4.0.0", "purescript-exceptions": "^4.0.0", - "purescript-tuples-native": "^1.0.0", + "purescript-tuples-native": "git://github.com/athanclark/purescript-tuples-native.git#fa290264e96c146c4acdad95eee4e8cfdeb6fb2b", "purescript-integers": "^4.0.0", "purescript-functions": "^4.0.0", "purescript-generics-rep": "^6.1.0", diff --git a/test/Main.purs b/test/Main.purs deleted file mode 100644 index bbe367f..0000000 --- a/test/Main.purs +++ /dev/null @@ -1,9 +0,0 @@ -module Test.Main where - -import Prelude -import Effect (Effect) -import Effect.Console (log) - -main :: Effect Unit -main = do - log "You should add some tests."