Skip to content

Commit

Permalink
修改package字段
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Jan 13, 2018
1 parent 4cbcc25 commit 5853cc1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "koa-parser",
"version": "0.2.18",
"version": "0.2.26",
"description": "a body parser for koa",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"./lib"
"lib/",
"screenshot/"
],
"scripts": {
"dev": "tsc -p ./tsconfig.dev.json && node ./.cache/server.js",
Expand Down

0 comments on commit 5853cc1

Please sign in to comment.