ensure default jquery

This commit is contained in:
guybedford
2016-04-19 10:07:40 +02:00
parent 97f728b185
commit 52fcf0f005
6 changed files with 9 additions and 9 deletions
@@ -12,7 +12,7 @@
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
"jquery": "*",
"css": "*"
}
}