Skip to content

Commit

Permalink
Merge pull request #19 from garyb/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
garyb authored Jul 31, 2016
2 parents f77273a + c85d102 commit b5eb44b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"package.json"
],
"dependencies": {
"purescript-ace": "^1.0.0",
"purescript-halogen": "^0.10.0",
"purescript-ace": "^2.0.0",
"purescript-halogen": "^0.11.0",
"purescript-now": "^1.0.0",
"purescript-random": "^1.0.0",
"purescript-refs": "^1.0.0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"example": "bower link && cd example && bower link purescript-ace-halogen && npm i --production && npm run -s build"
},
"devDependencies": {
"jscs": "^2.8.0",
"jshint": "^2.9.1",
"jscs": "^3.0.7",
"jshint": "^2.9.2",
"pulp": "^9.0.1",
"purescript": "^0.9.1",
"purescript": "^0.9.2",
"purescript-psa": "^0.3.9",
"rimraf": "^2.5.0"
"rimraf": "^2.5.4"
}
}

0 comments on commit b5eb44b

Please sign in to comment.