Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 47cace4

Browse files
committed
fix(deps): jquery as optional dependency
1 parent 799dc95 commit 47cace4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"core-js": "^3.8.2"
3434
},
3535
"dependencies": {
36-
"@ecomplus/i18n": "^1.18.0",
37-
"jquery": "^3.5.1"
36+
"@ecomplus/i18n": "^1.18.0"
3837
},
3938
"devDependencies": {
4039
"@babel/core": "^7.12.10",
@@ -45,6 +44,7 @@
4544
"babel-loader": "^8.2.2",
4645
"core-js": "^3.8.2",
4746
"husky": "^3.1.0",
47+
"jquery": "^3.5.1",
4848
"standard": "^16.0.3",
4949
"standard-version": "^8.0.0",
5050
"webpack": "^4.46.0",

0 commit comments

Comments
 (0)