Maintains github/components overrides
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.
This commit is contained in:
@@ -16,4 +16,4 @@
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"main": "jquery",
|
||||
"files": ["jquery.js"],
|
||||
"format": "global"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "jquery"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"main": "jquery-ui.js",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"jquery": "*"
|
||||
}
|
||||
}
|
||||
@@ -12,4 +12,4 @@
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user