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:
parent
3824202e0e
commit
1ee4427ab0
@ -1 +1 @@
|
||||
9192ae16513e33b42f8d02fc58a0a462411b3181
|
||||
625cf0d430f5711066ab90d5dbd2a47b563fe863
|
||||
|
16
package.json
16
package.json
@ -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": "$"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user