Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Nov 6, 2017
1 parent 8d08b5c commit dbcfd07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "done-ssr-middleware",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"description": "Express/Connect middleware for DoneJS applications",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"can-map-define": "^3.0.2",
"can-route": "^3.0.6",
"can-route-pushstate": "^3.0.1",
"done-autorender": "^1.0.0-alpha.0",
"done-css": "^3.0.0-alpha.2",
"done-autorender": "^1.4.0",
"done-css": "^3.0.0",
"express": "^4.13.4",
"jquery": "2.x - 3.x",
"mocha": "^3.2.0",
Expand All @@ -50,6 +50,6 @@
"steal-tools": "^1.0.3"
},
"dependencies": {
"done-ssr": "^1.2.0-beta.12"
"done-ssr": "^1.3.0"
}
}

0 comments on commit dbcfd07

Please sign in to comment.