Skip to content

Commit

Permalink
fix: move gl-matrix from peerdeps to deps (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver authored Dec 13, 2022
1 parent 7ca945b commit baab3d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
"util",
"antv"
],
"peerDependencies": {
"gl-matrix": "^3.3.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@rollup/plugin-commonjs": "^22.0.0",
Expand All @@ -44,7 +41,6 @@
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"gl-matrix": "^3.3.0",
"husky": "^5.0.9",
"jest": "^26.6.3",
"jest-electron": "^0.1.12",
Expand Down Expand Up @@ -94,6 +90,7 @@
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"gl-matrix": "^3.3.0",
"tslib": "^2.3.1"
}
}

0 comments on commit baab3d7

Please sign in to comment.