Skip to content

Commit

Permalink
update to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhutu committed Aug 24, 2017
1 parent 08f02c8 commit ef83de4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 16 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
node_modules
test
test_coverage
gulp
1 change: 0 additions & 1 deletion bin/www.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env node

const app = require('../server/app')
const config = require('../server/config/env')

Expand Down
12 changes: 0 additions & 12 deletions gulpfile.js

This file was deleted.

2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"execMap": {
"js": "node"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jackblog-api-koa",
"version": "2.3.3",
"version": "2.4.0",
"description": "jackblog API koa版",
"main": "server/app.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions process.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
}
]
}

0 comments on commit ef83de4

Please sign in to comment.