Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Don't use dependencies for jquery! (#287)
Browse files Browse the repository at this point in the history
The folder node_modules is bigger all because of the incorrect dependencies. installation slower
Read more: https://docs.npmjs.com/files/package.json#peerdependencies
  • Loading branch information
David Narbutovich authored and andreruffert committed Oct 6, 2019
1 parent 4c1007b commit 9c7094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"peerDependencies": {
"jquery": ">=1.9.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9c7094f

Please sign in to comment.