Files
jspm-registry/package-overrides/github/less/less.js@1.5.1.json
T
Matthew Phillips 2ab8f03ee8 Updated to restrict files included.
Also moved the spot in the registry to keep it alphabetical.
2013-12-28 14:07:18 -05:00

14 lines
204 B
JSON

{
"main": "dist/less-1.5.1",
"format": "global",
"files": ["dist/less-1.5.1.js"],
"shim": {
"dist/less-1.5.1": {
"exports": "less"
}
},
"buildConfig": {
"uglify": true
}
}