Skip to content

Commit

Permalink
Move to @codemirror/buildhelper
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Mar 9, 2021
1 parent e17b436 commit 925865f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 48 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/node_modules
package-lock.json
/dist
/src/*.js
/src/*.d.ts
/src/*.d.ts.map
/test/*.js
/test/*.d.ts
/test/*.d.ts.map
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Collection of editing commands for the CodeMirror code editor",
"scripts": {
"test": "mocha test/test-*.js",
"prepare": "tsc -p tsconfig.local.json && rollup -c"
"prepare": "cm-buildhelper src/commands.ts"
},
"keywords": [
"editor",
Expand Down Expand Up @@ -34,9 +34,7 @@
"lezer-tree": "^0.13.0"
},
"devDependencies": {
"rollup": "^2.35.1",
"rollup-plugin-dts": "^2.0.1",
"typescript": "^4.1.3",
"@codemirror/buildhelper": "^0.1.0",
"@codemirror/lang-javascript": "^0.18.0",
"@types/mocha": "^5.2.0",
"ist": "^1.1.6",
Expand Down
22 changes: 0 additions & 22 deletions rollup.config.js

This file was deleted.

19 changes: 0 additions & 19 deletions tsconfig.local.json

This file was deleted.

0 comments on commit 925865f

Please sign in to comment.