Skip to content

Commit

Permalink
Move all custom classes to a seperate module
Browse files Browse the repository at this point in the history
  • Loading branch information
retronav committed Jun 28, 2022
1 parent 9e4cc16 commit ae8e40b
Show file tree
Hide file tree
Showing 16 changed files with 249 additions and 171 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"@lezer/common": "^1.0.0",
"@lezer/highlight": "^1.0.0",
"@lezer/markdown": "^1.0.0",
"codemirror": "6"
"codemirror": "^6.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.23.0",
"@codemirror/language-data": "^6.1.0",
"@open-wc/testing": "^3.1.6",
"@types/mocha": "^9.1.1",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@web/dev-server": "^0.1.32",
"@web/dev-server-esbuild": "^0.3.1",
"@web/test-runner": "^0.13.31",
Expand Down

0 comments on commit ae8e40b

Please sign in to comment.