updated dep, removed useless test
This commit is contained in:
parent
52b94d89f0
commit
d48f80bfd1
3 changed files with 4 additions and 10 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# purescript-bignumber
|
||||
|
||||
Bindings to [bignumber.js](https://github.com/MikeMcl/bignumber.js/).
|
|
@ -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",
|
||||
|
|
|
@ -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."
|
Loading…
Reference in a new issue