From 5f00c4a5efe8756739d9da686e097a1a10a3b4f6 Mon Sep 17 00:00:00 2001 From: catarak Date: Wed, 11 May 2016 13:21:20 -0400 Subject: [PATCH] add codemirror to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 66b486a1..2bde10ed 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ }, "dependencies": { "babel-core": "^6.8.0", + "codemirror": "^5.14.2", "express": "^4.13.4", "react": "^15.0.2", "react-dom": "^15.0.2",