Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit de4bf26

Browse files
David Narbutovichandreruffert
authored andcommitted
Don't use dependencies for jquery! (#287)
The folder node_modules is bigger all because of the incorrect dependencies. installation slower Read more: https://docs.npmjs.com/files/package.json#peerdependencies
1 parent 5fce8af commit de4bf26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"engines": {
3636
"node": ">=0.8.0"
3737
},
38-
"dependencies": {
38+
"peerDependencies": {
3939
"jquery": ">=1.9.0"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)