Merge pull request #1009 from gsmith85/1008-migrates-jquery-ui-to-npm-package
Migrates jquery-ui to npm package
This commit is contained in:
@@ -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