From e3dc3ee17584030b57eb8ebdfcd42ce1c59f0b1a Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Mon, 25 Jan 2016 01:31:32 +0800 Subject: [PATCH] Update dev dependencies and add ci scripts --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 0b5048e..ce9c54b 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,8 @@ "scripts": { "dev-up": "npm install && (cd app && npm install) && npm run build", "test": "gulp test", + "lint": "gulp lint", + "ci": "gulp ci", "clean": "gulp clean", "build": "gulp build", "watch": "while true ; do gulp watch ; done", @@ -51,6 +53,7 @@ ] }, "devDependencies": { + "async": "^1.5.2", "babel-core": "^6.4.5", "babel-loader": "^6.2.1", "babel-preset-es2015": "^6.3.13", @@ -64,6 +67,7 @@ "gulp-eslint": "^1.1.1", "gulp-mocha": "^2.2.0", "gulp-sourcemaps": "^1.6.0", + "lodash": "^4.0.0", "run-sequence": "^1.1.5", "tmp": "0.0.28", "webpack-stream": "^3.1.0"