Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac99b2a

Browse files
authoredApr 19, 2018
Merge pull request #509 from kernow/change-jquery-dependency
Change jquery dependency to a peer dependency
2 parents 4b6e30f + fd08373 commit ac99b2a

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
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/rails/jquery-ujs/issues"
2121
},
2222
"homepage": "https://github.com/rails/jquery-ujs#readme",
23-
"dependencies": {
23+
"peerDependencies": {
2424
"jquery": ">=1.8.0"
2525
}
2626
}

0 commit comments

Comments
 (0)
Please sign in to comment.