Skip to content

Commit

Permalink
accurate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzcreek committed May 29, 2018
1 parent ca60af2 commit feef77f
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,23 @@
],
"dependencies": {
"purescript-datetime": "^4.0.0",
"purescript-foreign": "^5.0.0",
"purescript-effect": "^2.0.0",
"purescript-either": "^4.0.0",
"purescript-enums": "^4.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-functions": "^4.0.0",
"purescript-globals": "^4.0.0",
"purescript-integers": "^4.0.0",
"purescript-js-date": "^6.0.0",
"purescript-maybe": "^4.0.0",
"purescript-node-buffer": "^5.0.0",
"purescript-node-path": "^3.0.0",
"purescript-unsafe-coerce": "^4.0.0",
"purescript-nullable": "^4.0.0",
"purescript-node-streams": "^4.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-js-date": "^6.0.0",
"purescript-globals": "^4.0.0"
"purescript-nullable": "^4.0.0",
"purescript-partial": "^2.0.0",
"purescript-prelude": "^4.0.0",
"purescript-strings": "^4.0.0",
"purescript-unsafe-coerce": "^4.0.0"
},
"devDependencies": {
"purescript-console": "^4.1.0"
Expand Down

0 comments on commit feef77f

Please sign in to comment.