From c01bfbbede9157b97e749eecfb297a5346c7ebea Mon Sep 17 00:00:00 2001 From: Stanimira Vlaeva Date: Mon, 30 Jan 2017 10:53:59 +0200 Subject: [PATCH] chore(deps): pin extract-text-webpack-plugin version to 2.0.0-beta.5 Higher versions require webpack 2.2+, which is not yet supported. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6f02c1c2..4bf85512 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "codelyzer": "~2.0.0-beta.3", "copy-webpack-plugin": "~3.0.1", "css-loader": "~0.26.0", - "extract-text-webpack-plugin": "~2.0.0-beta.4", + "extract-text-webpack-plugin": "2.0.0-beta.5", "fs-extra": "^0.30.0", "glob": "^7.0.5", "lazy": "1.0.11", @@ -106,4 +106,4 @@ "build-android-bundle": "tns build android --bundle --disable-npm-install", "build-ios-bundle": "tns build ios --bundle --disable-npm-install" } -} +} \ No newline at end of file