Skip to content

Commit

Permalink
Added missing @types/jquery to a package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastik committed Dec 3, 2023
1 parent c827428 commit 89df7a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/some-charts-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "some-charts",
"version": "0.0.369-beta.18",
"version": "0.0.369-beta.19",
"scripts": {
"build-dev": "webpack --env=development && tsc --declaration --project tsconfig.lib.json",
"build": "webpack --env=production && tsc --declaration --project tsconfig.lib.json",
"prepare": "npm run build"
},
"dependencies": {
"@types/color": "^3.0.3",
"@types/jquery": "^3.5.14",
"color": "^4.2.3",
"fast-json-patch": "^3.1.1",
"konva": "^8.3.6",
Expand Down

0 comments on commit 89df7a9

Please sign in to comment.