ensure semantic ui does not assume registry references

This commit is contained in:
Guy Bedford
2016-05-17 22:34:12 +02:00
parent c160e61470
commit d9f42b7ddd
@@ -12,8 +12,9 @@
"exports": "$"
}
},
"registry": "jspm",
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
"jquery": "*",
"css": "*"
}
}