From ef83de4986a4d3d227d5a9909159b1861f5995cc Mon Sep 17 00:00:00 2001 From: Jack Hu Date: Thu, 24 Aug 2017 11:01:12 +0800 Subject: [PATCH] update to v2.4.0 --- .dockerignore | 1 - bin/www.js | 1 - gulpfile.js | 12 ------------ nodemon.json | 2 +- package.json | 2 +- process.json | 1 + 6 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 gulpfile.js diff --git a/.dockerignore b/.dockerignore index e52b280..6af343b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,4 +3,3 @@ node_modules test test_coverage -gulp diff --git a/bin/www.js b/bin/www.js index b1a349b..6fec567 100644 --- a/bin/www.js +++ b/bin/www.js @@ -1,5 +1,4 @@ #!/usr/bin/env node - const app = require('../server/app') const config = require('../server/config/env') diff --git a/gulpfile.js b/gulpfile.js deleted file mode 100644 index cd6a487..0000000 --- a/gulpfile.js +++ /dev/null @@ -1,12 +0,0 @@ -'use strict'; - -var gulp = require('gulp'); -var fs = require('fs'); - -fs.readdirSync('./gulp').forEach(function (file) { - if((/\.(js|coffee)$/i).test(file)){ - require('./gulp/' + file); - } -}); - -gulp.task('default', ['serve']); \ No newline at end of file diff --git a/nodemon.json b/nodemon.json index 32be530..a6084bb 100644 --- a/nodemon.json +++ b/nodemon.json @@ -6,4 +6,4 @@ "execMap": { "js": "node" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 0a434ea..7d1bcb3 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/process.json b/process.json index af871a5..7d603d7 100644 --- a/process.json +++ b/process.json @@ -16,3 +16,4 @@ } ] } +