mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Package: provide source css & js files on CDNJS. Fixes #1222
This commit is contained in:
parent
5545b29f08
commit
654828d15d
14
package.json
14
package.json
@ -43,7 +43,9 @@
|
||||
{
|
||||
"basePath": "",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
"dist/**/*",
|
||||
"css/*",
|
||||
"js/**/*"
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -52,21 +54,23 @@
|
||||
"target": "git://github.com/Mottie/tablesorter.git",
|
||||
"basePath": "",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
"dist/**/*",
|
||||
"css/*",
|
||||
"js/**/*"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-cli": "^1.2.0",
|
||||
"grunt-contrib-clean": "^1.0.0",
|
||||
"grunt-contrib-concat": "^1.0.0",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-cssmin": "^1.0.1",
|
||||
"grunt-contrib-jshint": "^1.0.0",
|
||||
"grunt-contrib-qunit": "^1.1.0",
|
||||
"grunt-contrib-qunit": "^1.2.0",
|
||||
"grunt-contrib-uglify": "^1.0.1",
|
||||
"grunt-contrib-watch": "^1.0.0",
|
||||
"grunt-htmlhint": "^0.9.12",
|
||||
"grunt-htmlhint": "^0.9.13",
|
||||
"grunt-jscs": "^2.8.0",
|
||||
"grunt-string-replace": "^1.2.1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user