From 4500e3a10051291c84c679a7cb126aa03efb1842 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Sat, 9 Jan 2016 21:13:44 +0000 Subject: [PATCH] Remove react modal --- rest_framework_docs/static/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rest_framework_docs/static/package.json b/rest_framework_docs/static/package.json index 801b49e..8f56ea0 100644 --- a/rest_framework_docs/static/package.json +++ b/rest_framework_docs/static/package.json @@ -41,7 +41,6 @@ "jquery": "=1.11.3", "react": "=0.14.3", "react-dom": "=0.14.3", - "react-modal": "=0.6.1", "superagent": "=1.6.1", "underscore": "=1.8.3", "underscore.string": "=3.2.2" @@ -57,6 +56,6 @@ "less": "=2.5.3", "less-plugin-clean-css": "=1.5.1", "watch": "=0.16.0", - "webpack": "=1.12.9" + "webpack": "=1.12.10" } }