Skip to content

Commit

Permalink
pkg: udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 6, 2015
1 parent 9aef7bd commit 40bde5a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trek-router",
"version": "1.0.0",
"version": "1.0.1",
"description": "A fast HTTP router",
"repository": "trekjs/router",
"main": "index.js",
Expand All @@ -20,32 +20,32 @@
"test-cov": "babel-node node_modules/.bin/isparta cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/**/*.test.js"
},
"devDependencies": {
"babel-cli": "^6.x",
"babel-core": "^6.x",
"babel-preset-es2015": "^6.x",
"benchmark": "^1.x",
"finalhandler": "^0.x",
"isparta": "^4.0.0",
"lodash": "^3.x",
"mocha": "^2.x",
"path-to-regexp": "^1.x",
"power-assert": "^1.x",
"route-recognizer": "^0.x",
"route-trie": "^1.x",
"routington": "^1.x",
"supertest": "^1.x"
"babel-cli": "6",
"babel-core": "6",
"babel-preset-es2015": "6",
"benchmark": "1",
"finalhandler": "0",
"isparta": "4",
"lodash": "3",
"mocha": "2",
"path-to-regexp": "1",
"power-assert": "1",
"route-recognizer": "0",
"route-trie": "1",
"routington": "1",
"supertest": "1"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"engines": {
"node": ">= 4"
},
"dependencies": {
"methods": "^1.x"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"babel": {
"presets": [
"es2015"
Expand Down

0 comments on commit 40bde5a

Please sign in to comment.