Updated DataTables package override with css deps.

This commit is contained in:
Tejen Shrestha
2015-01-30 16:32:52 -05:00
4 changed files with 52 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"main": "angular-material",
"shim": {
"angular-material": {
"deps": [
"./angular-material.css!",
"angular",
"hammer",
"angular-animate",
"angular-aria"
]
}
},
"registry": "jspm",
"dependencies": {
"angular": "^1.3.0",
"angular-animate": "^1.3.0",
"angular-aria": "^1.3.0",
"hammer": "^2.0.2",
"css": "^0.1.0"
}
}
@@ -0,0 +1,14 @@
{
"main": "./happy.js",
"registry": "jspm",
"shim": {
"happy": {
"deps": [
"jquery"
]
}
},
"dependencies": {
"jquery": "jquery@^2.1.1"
}
}
@@ -0,0 +1,14 @@
{
"main": "./dist/jquery.validate.js",
"registry": "jspm",
"shim": {
"jquery-validation": {
"deps": [
"jquery"
]
}
},
"dependencies": {
"jquery": "jquery@^2.1.1"
}
}