From f2ffd5c40efeacb8467843e9e878e3c706dc3926 Mon Sep 17 00:00:00 2001 From: Geoffrey Date: Sun, 4 Jan 2015 14:01:32 -0600 Subject: [PATCH] Addresses issue #193 --- docs/package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index f59941d1aae300..5b922cfc4a3358 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,10 +32,6 @@ "watchify": "^2.2.1" }, "dependencies": { - "highlight.js": "^8.4.0", - "react": "^0.12.2", - "react-draggable2": "^0.4.1", - "react-router": "^0.11.6", - "react-tap-event-plugin": "^0.1.3" + "highlight.js": "^8.4.0" } }