After discussion with the maintainers it was determined that leaving the package-overrides for github/components/jquery and jqueryui for posterity was useful. Even if the liklihood is low that the non-npm version of these dependencies is used it's best that we don't break the github/components version.
20 lines
291 B
JSON
20 lines
291 B
JSON
{
|
|
"directories": {
|
|
"lib": "dist"
|
|
},
|
|
"main": "semantic",
|
|
"shim": {
|
|
"semantic": {
|
|
"deps": [
|
|
"jquery",
|
|
"./semantic.css!"
|
|
],
|
|
"exports": "$"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "npm:jquery",
|
|
"css": "github:systemjs/plugin-css"
|
|
}
|
|
}
|