From 9be90acec37ca1bfec3a0d37a1a4deb6bb3dbec7 Mon Sep 17 00:00:00 2001 From: Raphael Benitte Date: Sat, 23 Apr 2016 08:35:27 +0900 Subject: [PATCH] fix(tests): add missing webpack package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bf87c05f..12bc63cb6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "karma-webpack": "1.7.0", "mocha": "2.4.5", "react": "15.0.1", - "react-dom": "15.0.1" + "react-dom": "15.0.1", + "webpack": "1.13.0" }, "peerDependencies": { "react": "^15.0.1"