Migrates jquery-ui to npm package
jquery-ui has been updated in the regristry to point to npm:jquery-ui instead of github:components/jqueryui. Further, package-overrides that pointed at the github:components version of both jquery-ui and jquery have been updated to rely on the npm version of the package. Fixes #1008
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
],
|
||||
"main": "build/knockout-sortable.js",
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery@^2.1.4",
|
||||
"jquery-ui": "github:components/jqueryui@^1.11.4",
|
||||
"jquery": "npm:jquery@^2.1.4",
|
||||
"jquery-ui": "npm:jquery-ui@^1.11.4",
|
||||
"knockout": "github:knockout/knockout@^3.3.0"
|
||||
},
|
||||
"map": {
|
||||
"jquery-ui/draggable": "jquery-ui/ui/draggable",
|
||||
"jquery-ui/sortable": "jquery-ui/ui/sortable"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user