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
23 lines
490 B
JSON
23 lines
490 B
JSON
{
|
|
"main": "js/foundation/foundation",
|
|
"format": "global",
|
|
"shim": {
|
|
"js/foundation/foundation.*": "./foundation",
|
|
"js/foundation/foundation": {
|
|
"deps": "jquery",
|
|
"exports": "Foundation"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "npm:jquery"
|
|
},
|
|
"ignore": [
|
|
"js/foundation.min.js",
|
|
"js/vendor/jquery.cookie.js",
|
|
"js/vendor/modernizr.js",
|
|
"js/vendor/fastclick.js",
|
|
"js/vendor/jquery.autocomplete.js",
|
|
"js/vendor/placeholder.js"
|
|
]
|
|
}
|