Skip to content

Commit ab940a0

Browse files
authored
chore(deps): pin extract-text-webpack-plugin version to 2.0.0-beta.5 (#152)
Higher versions require webpack 2.2+, which is not yet supported.
1 parent 9376d6c commit ab940a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"codelyzer": "~2.0.0-beta.3",
5757
"copy-webpack-plugin": "~3.0.1",
5858
"css-loader": "~0.26.0",
59-
"extract-text-webpack-plugin": "~2.0.0-beta.4",
59+
"extract-text-webpack-plugin": "2.0.0-beta.5",
6060
"fs-extra": "^0.30.0",
6161
"glob": "^7.0.5",
6262
"lazy": "1.0.11",
@@ -106,4 +106,4 @@
106106
"build-android-bundle": "tns build android --bundle --disable-npm-install",
107107
"build-ios-bundle": "tns build ios --bundle --disable-npm-install"
108108
}
109-
}
109+
}

0 commit comments

Comments
 (0)