Skip to content

Commit

Permalink
version bump 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hnry committed Sep 20, 2016
1 parent 5c1d40a commit 8a211a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "spirit-express",
"version": "0.2.0",
"version": "0.2.1",
"description": "use express middleware with spirit",
"main": "index.js",
"scripts": {
Expand All @@ -27,13 +27,13 @@
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"istanbul": "^1.0.0-alpha.2",
"jasmine": "^2.4.1",
"jasmine": "2.4.x",
"rewire": "^2.5.1",
"superagent": "^2.2.0",
"spirit-router": "^0.2.0"
"spirit-router": "0.3.x"
},
"dependencies": {
"bluebird": "^3.4.3",
"spirit": "^0.2.0"
"bluebird": "3.4.x",
"spirit": "^0.3.x"
}
}

0 comments on commit 8a211a0

Please sign in to comment.