From 3101742ee5b20afb86be5d8f79c445bdc4a3f150 Mon Sep 17 00:00:00 2001 From: Hugues Malphettes <hmalphettes@gmail.com> Date: Tue, 22 Mar 2016 17:01:53 +0800 Subject: [PATCH] [package.json] Add a jspm field to make CodeMirror installable with that tool --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index feb4e813..7d23ce0b 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,10 @@ "email": "marijnh@gmail.com", "web": "http://marijnhaverbeke.nl"}], "repository": {"type": "git", - "url": "https://github.com/codemirror/CodeMirror.git"} + "url": "https://github.com/codemirror/CodeMirror.git"}, + "jspm": { + "directories": {}, + "dependencies": {}, + "devDependencies": {} + } } -- GitLab