Skip to content

Commit 40294c0

Browse files
committed
Upgrade CodeMirror
1 parent 9385aa0 commit 40294c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ html/js/acorn_codemirror.js: node_modules/codemirror/lib/codemirror.js \
2222
node_modules/codemirror/addon/edit/matchbrackets.js \
2323
node_modules/acorn/dist/acorn.js \
2424
node_modules/acorn/dist/walk.js
25-
node_modules/.bin/uglifyjs $? -m -o $@
25+
node_modules/.bin/uglifyjs $^ -m -o $@
2626

2727
code/skillsharing.zip: html/21_skillsharing.html
2828
rm -f $@

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"acorn": "^5.1.0",
13-
"codemirror": "^5.25.0",
13+
"codemirror": "^5.37.0",
1414
"hjson": "^3.1.0",
1515
"jszip": "^2.5.0",
1616
"markdown-it": "^8.4.0",

0 commit comments

Comments
 (0)