Skip to content

Commit 925865f

Browse files
committed
Move to @codemirror/buildhelper
1 parent e17b436 commit 925865f

File tree

4 files changed

+2
-48
lines changed

4 files changed

+2
-48
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/node_modules
22
package-lock.json
33
/dist
4-
/src/*.js
5-
/src/*.d.ts
6-
/src/*.d.ts.map
74
/test/*.js
85
/test/*.d.ts
96
/test/*.d.ts.map

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Collection of editing commands for the CodeMirror code editor",
55
"scripts": {
66
"test": "mocha test/test-*.js",
7-
"prepare": "tsc -p tsconfig.local.json && rollup -c"
7+
"prepare": "cm-buildhelper src/commands.ts"
88
},
99
"keywords": [
1010
"editor",
@@ -34,9 +34,7 @@
3434
"lezer-tree": "^0.13.0"
3535
},
3636
"devDependencies": {
37-
"rollup": "^2.35.1",
38-
"rollup-plugin-dts": "^2.0.1",
39-
"typescript": "^4.1.3",
37+
"@codemirror/buildhelper": "^0.1.0",
4038
"@codemirror/lang-javascript": "^0.18.0",
4139
"@types/mocha": "^5.2.0",
4240
"ist": "^1.1.6",

rollup.config.js

-22
This file was deleted.

tsconfig.local.json

-19
This file was deleted.

0 commit comments

Comments
 (0)