Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Apr 10, 2015
1 parent 7c5716f commit 6248e8d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "koa-swig",
"version": "1.3.0",
"version": "1.5.0",
"description": "Koa view render based on Swig, support tags, filters, and extensions.",
"main": "index.js",
"scripts": {
Expand All @@ -20,20 +20,20 @@
"license": "MIT",
"devDependencies": {
"istanbul-harmony": "*",
"koa": "^0.18.1",
"koa-flash": "^0.1.0",
"koa-session": "^3.1.0",
"mocha": "^2.1.0",
"should": "^5.1.0",
"supertest": "^0.15.0"
"koa": "^0.19.x",
"koa-flash": "^1.x",
"koa-session": "^3.x",
"mocha": "^2.x",
"should": "^5.x",
"supertest": "^0.15.x"
},
"dependencies": {
"debug": "^2.1.2",
"swig": "^1.4.2",
"utils-merge": "^1.0.0"
"debug": "^2.x",
"swig": "^1.4.x",
"utils-merge": "^1.x"
},
"repository": "koa-modules/swig.git",
"repository": "koa-modules/swig",
"files": [
"index.js"
]
}
}

0 comments on commit 6248e8d

Please sign in to comment.