From 61c29e3174a174464e3838cb9028e7b8d56f6b69 Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 9 Aug 2019 15:02:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8A=A0=E4=B8=8A=E5=AE=89=E8=A3=85ho?= =?UTF-8?q?ok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index fc541579d..f96c33ed6 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,7 @@ "version": "1.1.2", "description": "fineui", "main": "typescript/index.ts", - "dependencies": {}, - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^1.11.0", - "@typescript-eslint/parser": "^1.11.0", - "chai": "^4.2.0", - "eslint": "^6.0.1", - "express": "^4.15.2", + "dependencies": { "grunt": "^1.0.1", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-concat": "^1.0.1", @@ -19,7 +13,14 @@ "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-less": "^1.4.1", "grunt-contrib-uglify": "^1.0.1", - "grunt-contrib-watch": "^1.0.0", + "grunt-contrib-watch": "^1.0.0" + }, + "devDependencies": { + "@typescript-eslint/eslint-plugin": "^1.11.0", + "@typescript-eslint/parser": "^1.11.0", + "chai": "^4.2.0", + "eslint": "^6.0.1", + "express": "^4.15.2", "karma": "^3.1.4", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", @@ -36,7 +37,8 @@ "compile": "grunt compile", "fake": "grunt fake-build", "test": "karma start", - "analyze": "grunt analyze" + "analyze": "grunt analyze", + "postinstall": "npm run build" }, "repository": { "type": "git",