Merge pull request #1009 from gsmith85/1008-migrates-jquery-ui-to-npm-package
Migrates jquery-ui to npm package
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"main": "toastr",
|
"main": "toastr",
|
||||||
"format": "global",
|
"format": "global",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "npm:jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
},
|
},
|
||||||
"files": ["toastr.js", "toastr.css", "build"],
|
"files": ["toastr.js", "toastr.css", "build"],
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"main": "toastr",
|
"main": "toastr",
|
||||||
"format": "global",
|
"format": "global",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "npm:jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
},
|
},
|
||||||
"files": ["toastr.js", "build"],
|
"files": ["toastr.js", "build"],
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "npm:jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "npm:jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "npm:jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "npm:jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"lib": "source/stable"
|
"lib": "source/stable"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "npm:jquery",
|
||||||
"jquery-ui": "github:components/jqueryui"
|
"jquery-ui": "npm:jquery-ui"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"jquery-ui-layout": {
|
"jquery-ui-layout": {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"format": "global",
|
"format": "global",
|
||||||
"files":["icheck.js","icheck.min.js","skins/**/*"],
|
"files":["icheck.js","icheck.min.js","skins/**/*"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery"
|
"jquery": "npm:jquery"
|
||||||
},
|
},
|
||||||
"shim":{
|
"shim":{
|
||||||
"icheck": ["jquery"],
|
"icheck": ["jquery"],
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"main": false,
|
"main": false,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "npm:jquery",
|
||||||
"jqueryui": "github:components/jqueryui",
|
"jqueryui": "npm:jquery-ui",
|
||||||
"knockout": "github:knockout/knockout"
|
"knockout": "github:knockout/knockout"
|
||||||
},
|
},
|
||||||
"map": {
|
"map": {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "npm:jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery"
|
"jquery": "npm:jquery"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"registry": "jspm",
|
"registry": "jspm",
|
||||||
"format": "global",
|
"format": "global",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery"
|
"jquery": "npm:jquery"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"jquery.mCustomScrollbar": {
|
"jquery.mCustomScrollbar": {
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"lib": "dist"
|
"lib": "dist"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "npm:jquery",
|
||||||
"jquery-ui": "github:components/jqueryui"
|
"jquery-ui": "npm:jquery-ui"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"jquery-fancytree": {
|
"jquery-fancytree": {
|
||||||
|
|||||||
@@ -5,12 +5,12 @@
|
|||||||
],
|
],
|
||||||
"main": "build/knockout-sortable.js",
|
"main": "build/knockout-sortable.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery@^2.1.4",
|
"jquery": "npm:jquery@^2.1.4",
|
||||||
"jquery-ui": "github:components/jqueryui@^1.11.4",
|
"jquery-ui": "npm:jquery-ui@^1.11.4",
|
||||||
"knockout": "github:knockout/knockout@^3.3.0"
|
"knockout": "github:knockout/knockout@^3.3.0"
|
||||||
},
|
},
|
||||||
"map": {
|
"map": {
|
||||||
"jquery-ui/draggable": "jquery-ui/ui/draggable",
|
"jquery-ui/draggable": "jquery-ui/ui/draggable",
|
||||||
"jquery-ui/sortable": "jquery-ui/ui/sortable"
|
"jquery-ui/sortable": "jquery-ui/ui/sortable"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"format": "global",
|
"format": "global",
|
||||||
"files": ["dist/*","css/*","js/*","less/*","sass/*"],
|
"files": ["dist/*","css/*","js/*","less/*","sass/*"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery"
|
"jquery": "npm:jquery"
|
||||||
},
|
},
|
||||||
"shim":{
|
"shim":{
|
||||||
"js/bootstrap-slider": ["jquery"],
|
"js/bootstrap-slider": ["jquery"],
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
"lib": "src"
|
"lib": "src"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"wordcloud2.js": "github:components/jquery"
|
"wordcloud2.js": "npm:jquery"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery"
|
"jquery": "npm:jquery"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery"
|
"jquery": "npm:jquery"
|
||||||
},
|
},
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"js/foundation.min.js",
|
"js/foundation.min.js",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery"
|
"jquery": "npm:jquery"
|
||||||
},
|
},
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"js/foundation.min.js",
|
"js/foundation.min.js",
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jQuery": "github:components/jquery"
|
"jQuery": "npm:jquery"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery"
|
"jquery": "npm:jquery"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"format": "global",
|
"format": "global",
|
||||||
"main": "dist/js/materialize",
|
"main": "dist/js/materialize",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "npm:jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
|
|||||||
+1
-1
@@ -349,7 +349,7 @@
|
|||||||
"jiff": "github:cujojs/jiff",
|
"jiff": "github:cujojs/jiff",
|
||||||
"joi": "github:capaj/joi-browser",
|
"joi": "github:capaj/joi-browser",
|
||||||
"jquery": "npm:jquery",
|
"jquery": "npm:jquery",
|
||||||
"jquery-ui": "github:components/jqueryui",
|
"jquery-ui": "npm:jquery-ui",
|
||||||
"jquery-ui-layout": "github:allpro/layout",
|
"jquery-ui-layout": "github:allpro/layout",
|
||||||
"jquery-autosize": "github:jackmoore/autosize",
|
"jquery-autosize": "github:jackmoore/autosize",
|
||||||
"jquery-custom-selection": "github:michalstocki/jquery-custom-selection",
|
"jquery-custom-selection": "github:michalstocki/jquery-custom-selection",
|
||||||
|
|||||||
Reference in New Issue
Block a user