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 e216060 commit 881db9e
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": "Example configuration for the CodeMirror code editor",
"scripts": {
"test": "echo 'No tests'",
"prepare": "tsc -p tsconfig.local.json && rollup -c"
"prepare": "cm-buildhelper src/basic-setup.ts"
},
"keywords": [
"editor",
Expand Down Expand Up @@ -43,9 +43,7 @@
"@codemirror/view": "^0.18.0"
},
"devDependencies": {
"rollup": "^2.35.1",
"rollup-plugin-dts": "^2.0.1",
"typescript": "^4.1.3"
"@codemirror/buildhelper": "^0.1.0"
},
"repository": {
"type": "git",
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 881db9e

Please sign in to comment.