From e7dfe2d9a77a162e92a9ad38aea0a841a71988ef Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 21 Jun 2017 14:49:52 +0200 Subject: [PATCH] introduce check type definition --- demo-shell-ng2/config/webpack.common.js | 1 + ng2-components/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/demo-shell-ng2/config/webpack.common.js b/demo-shell-ng2/config/webpack.common.js index 45f59af777..28faf002df 100644 --- a/demo-shell-ng2/config/webpack.common.js +++ b/demo-shell-ng2/config/webpack.common.js @@ -4,6 +4,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin'); const ExtractTextPlugin = require("extract-text-webpack-plugin"); const helpers = require('./helpers'); const path = require('path'); +const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin'); module.exports = { entry: { diff --git a/ng2-components/package.json b/ng2-components/package.json index e8d95b644f..51edfa2311 100644 --- a/ng2-components/package.json +++ b/ng2-components/package.json @@ -82,6 +82,7 @@ "zone.js": "0.6.26", "ng2-alfresco-core": "1.6.1", "raphael": "2.2.7", + "chart.js": "2.5.0", "md-date-time-picker": "2.2.0", "moment": "2.15.1", "ng2-activiti-diagrams": "1.6.1", @@ -111,7 +112,6 @@ "istanbul-instrumenter-loader": "0.2.0", "jasmine-ajax": "^3.2.0", "jasmine-core": "2.4.1", - "happypack": "3.0.0", "karma": "^0.13.22", "karma-chrome-launcher": "~1.0.1", "karma-coverage": "^1.1.1",