We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9385aa0 commit 40294c0Copy full SHA for 40294c0
2 files changed
Makefile
@@ -22,7 +22,7 @@ html/js/acorn_codemirror.js: node_modules/codemirror/lib/codemirror.js \
22
node_modules/codemirror/addon/edit/matchbrackets.js \
23
node_modules/acorn/dist/acorn.js \
24
node_modules/acorn/dist/walk.js
25
- node_modules/.bin/uglifyjs $? -m -o $@
+ node_modules/.bin/uglifyjs $^ -m -o $@
26
27
code/skillsharing.zip: html/21_skillsharing.html
28
rm -f $@
package.json
@@ -10,7 +10,7 @@
10
},
11
"dependencies": {
12
"acorn": "^5.1.0",
13
- "codemirror": "^5.25.0",
+ "codemirror": "^5.37.0",
14
"hjson": "^3.1.0",
15
"jszip": "^2.5.0",
16
"markdown-it": "^8.4.0",
0 commit comments