Update bower.json file's dependencies and repo

This commit is contained in:
Jordan Martinez 2020-05-20 17:56:02 -07:00
parent f00f936218
commit ae3144e636

View File

@ -9,16 +9,16 @@
],
"repository": {
"type": "git",
"url": "git://github.com/dmbfm/purescript-tree.git"
"url": "git://github.com/jordamartinez/purescript-tree.git"
},
"dependencies": {
"purescript-prelude": "^4.0.1",
"purescript-console": "^4.1.0",
"purescript-lists": "^5.0.0",
"purescript-free": "^5.1.0"
"purescript-prelude": "^4.1.1",
"purescript-lists": "^5.4.1",
"purescript-free": "^5.2.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-spec": "^3.0.0"
"purescript-console": "^4.4.0",
"purescript-spec": "^4.0.1",
}
}