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"
}
}
+2
View File
@@ -95,6 +95,7 @@
"hammer": "github:hammerjs/hammer.js",
"handlebars": "github:components/handlebars.js",
"handlebars.js": "github:components/handlebars.js",
"happy": "github:henrikjoreteg/Happy.js",
"http": "github:jspm/nodelibs-http",
"https": "github:jspm/nodelibs-https",
"i18next-client": "npm:i18next-client",
@@ -109,6 +110,7 @@
"jquery-pjax": "github:defunkt/jquery-pjax",
"jquery.cookie": "github:carhartl/jquery-cookie",
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
"jquery-validation": "github:jzaefferer/jquery-validation",
"jsfromhell": "github:jonasraoni/JSFromHell",
"jsplumb": "github:sporritt/jsPlumb",
"kickstrap": "github:ajkochanowicz/Kickstrap",