Skip to content

Commit

Permalink
fix(build): filter unnecessary files #277
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 11, 2019
1 parent 443af52 commit 9c1be93
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/midway-schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,14 @@
"@midwayjs/decorator": "^1.8.0",
"injection": "^1.4.2",
"is-type-of": "^1.2.1"
}
},
"engines": {
"node": ">= 8.0.0"
},
"files": [
"*.d.ts",
"*.map",
"agent.js",
"app.js"
]
}

0 comments on commit 9c1be93

Please sign in to comment.