Skip to content

Commit

Permalink
bump 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joesonw committed Mar 1, 2016
1 parent e9eb671 commit a7bc0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "ts-router",
"version": "0.1.1",
"version": "0.1.2",
"description": "koa router middleware, typescript fully supported, jersey like coding",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "gulp test",
"install": "gulp build;gulp install"
},
"dependencies": {
"babel-polyfill": "^6.6.1",
"co-body": "^4.0.0",
"formidable": "^1.0.17",
"koa": "^2.0.0-alpha.3",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require('babel-polyfill');
export * from './util';
import Response from './response';
export {Response };
Expand Down

0 comments on commit a7bc0d5

Please sign in to comment.