Skip to content

Commit 3101742

Browse files
hmalphettesmarijnh
authored andcommitted
[package.json] Add a jspm field to make CodeMirror installable with that tool
1 parent 2a8e2e0 commit 3101742

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@
1919
"email": "[email protected]",
2020
"web": "http://marijnhaverbeke.nl"}],
2121
"repository": {"type": "git",
22-
"url": "https://github.com/codemirror/CodeMirror.git"}
22+
"url": "https://github.com/codemirror/CodeMirror.git"},
23+
"jspm": {
24+
"directories": {},
25+
"dependencies": {},
26+
"devDependencies": {}
27+
}
2328
}

0 commit comments

Comments
 (0)