v0.0.5 仅检查改动文件

This commit is contained in:
2017-02-12 01:28:00 +08:00
parent a2228f369f
commit f9f099a48c
4 changed files with 33 additions and 10 deletions

View File

@ -4,7 +4,7 @@
"description": "Koa2 RESTful API 服务器的脚手架",
"author": "轶哥 <a@wyr.me>",
"scripts": {
"start": "gulp start",
"start": "gulp nodemon",
"dev": "gulp",
"build": "babel src -d dist",
"production": "node dist/app.js"