Skip to content

Commit 997147c

Browse files
Use semver in github links of dependencies
1 parent c14d14a commit 997147c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"engines": {},
3333
"main": "js/sidebar.js",
3434
"dependencies": {
35-
"@fxp/jquery-pluginify": "github:fxpio/fxp-jquery-pluginify#master",
35+
"@fxp/jquery-pluginify": "github:fxpio/fxp-jquery-pluginify#semver:^1.0.0",
3636
"hammerjs": "^2.0.0",
3737
"jquery": "^2.2.0||^3.2.0"
3838
},
3939
"devDependencies": {
40-
"@fxp/jquery-scroller": "github:fxpio/fxp-jquery-scroller#master",
40+
"@fxp/jquery-scroller": "github:fxpio/fxp-jquery-scroller#semver:^1.0.0",
4141
"@symfony/webpack-encore": "^0.23.0",
4242
"bootstrap": "^3.4.1",
4343
"font-awesome": "^4.7.0",

0 commit comments

Comments
 (0)