Skip to content

Commit f6edd39

Browse files
committed
Upgrade to buildhelper 0.1.5, use that to run tests
1 parent dff5ab1 commit f6edd39

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.18.0",
44
"description": "JavaScript language support for the CodeMirror code editor",
55
"scripts": {
6-
"test": "mocha test/test-*.js",
6+
"test": "cm-runtests",
77
"prepare": "cm-buildhelper src/index.ts"
88
},
99
"keywords": [
@@ -35,11 +35,8 @@
3535
"lezer-javascript": "^0.13.0"
3636
},
3737
"devDependencies": {
38-
"@codemirror/buildhelper": "^0.1.0",
39-
"@types/mocha": "^5.2.0",
40-
"ist": "^1.1.6",
41-
"lezer": "^0.13.0",
42-
"mocha": "^7.1.1"
38+
"@codemirror/buildhelper": "^0.1.5",
39+
"lezer": "^0.13.0"
4340
},
4441
"repository": {
4542
"type": "git",

0 commit comments

Comments
 (0)