Skip to content

Commit

Permalink
Move @types/offscreencanvas to regular dependencies.
Browse files Browse the repository at this point in the history
Fixes 0xfe#1234
  • Loading branch information
ronyeh committed Nov 16, 2021
1 parent 601ba8f commit 05c53aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@
"bugs": {
"url": "https://github.com/0xfe/vexflow/issues"
},
"dependencies": {
"@types/offscreencanvas": "^2019.6.4"
},
"devDependencies": {
"@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"canvas": "^2.8.0",
Expand All @@ -77,17 +79,17 @@
"grunt-typedoc": "^0.2.4",
"grunt-webpack": "^4.0.3",
"jsdom": "^18.0.0",
"jspdf": "^2.4.0",
"npm": "^8.1.1",
"opentype.js": "^1.3.4",
"prettier": "^2.4.1",
"qunit": "^2.17.2",
"string-replace-loader": "^3.0.3",
"svg2pdf.js": "^2.2.0",
"ts-loader": "^9.2.6",
"typedoc": "^0.22.6",
"typescript": "^4.5.1-rc",
"webpack": "^5.59.1",
"jspdf": "^2.4.0",
"svg2pdf.js": "^2.2.0"
"webpack": "^5.59.1"
},
"scripts": {
"start": "grunt stage",
Expand Down

0 comments on commit 05c53aa

Please sign in to comment.