Merge pull request #1009 from gsmith85/1008-migrates-jquery-ui-to-npm-package

Migrates jquery-ui to npm package
This commit is contained in:
Guy Bedford
2017-01-03 17:21:20 +02:00
committed by GitHub
23 changed files with 29 additions and 29 deletions
@@ -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": {