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",
|
||||
"format": "global",
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
},
|
||||
"files": ["toastr.js", "toastr.css", "build"],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"main": "toastr",
|
||||
"format": "global",
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
},
|
||||
"files": ["toastr.js", "build"],
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"lib": "source/stable"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery-ui": "github:components/jqueryui"
|
||||
"jquery": "npm:jquery",
|
||||
"jquery-ui": "npm:jquery-ui"
|
||||
},
|
||||
"shim": {
|
||||
"jquery-ui-layout": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"format": "global",
|
||||
"files":["icheck.js","icheck.min.js","skins/**/*"],
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
},
|
||||
"shim":{
|
||||
"icheck": ["jquery"],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"main": false,
|
||||
"dependencies": {
|
||||
"jquery": "npm:jquery",
|
||||
"jqueryui": "github:components/jqueryui",
|
||||
"jqueryui": "npm:jquery-ui",
|
||||
"knockout": "github:knockout/knockout"
|
||||
},
|
||||
"map": {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"registry": "jspm",
|
||||
"format": "global",
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
},
|
||||
"shim": {
|
||||
"jquery.mCustomScrollbar": {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"lib": "dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery-ui": "github:components/jqueryui"
|
||||
"jquery": "npm:jquery",
|
||||
"jquery-ui": "npm:jquery-ui"
|
||||
},
|
||||
"shim": {
|
||||
"jquery-fancytree": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"format": "global",
|
||||
"files": ["dist/*","css/*","js/*","less/*","sass/*"],
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
},
|
||||
"shim":{
|
||||
"js/bootstrap-slider": ["jquery"],
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"lib": "src"
|
||||
},
|
||||
"shim": {
|
||||
"wordcloud2.js": "github:components/jquery"
|
||||
"wordcloud2.js": "npm:jquery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,6 +16,6 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
},
|
||||
"ignore": [
|
||||
"js/foundation.min.js",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
},
|
||||
"ignore": [
|
||||
"js/foundation.min.js",
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jQuery": "github:components/jquery"
|
||||
"jQuery": "npm:jquery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"format": "global",
|
||||
"main": "dist/js/materialize",
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
},
|
||||
"shim": {
|
||||
|
||||
Reference in New Issue
Block a user