1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-20 18:54:15 +01:00

Dev: JSPM support in package.json

This commit is contained in:
Allan Jardine 2015-02-16 12:00:46 +00:00
parent 3824202e0e
commit 1ee4427ab0
2 changed files with 16 additions and 2 deletions

View File

@ -1 +1 @@
9192ae16513e33b42f8d02fc58a0a462411b3181
625cf0d430f5711066ab90d5dbd2a47b563fe863

View File

@ -33,5 +33,19 @@
"type": "git",
"url": "https://github.com/DataTables/DataTables.git"
},
"homepage": "http://datatables.net"
"homepage": "http://datatables.net",
"jspm": {
"css": "^0.1.5",
"dependencies": {
"jquery": "*"
},
"registry": "jspm",
"shim": {
"media/js/jquery.dataTables": {
"deps": ["jquery", "../css/jquery.dataTables.css!"],
"exports": "$"
}
}
}
}