1.5.1 release

This commit is contained in:
Luke Page
2013-11-17 17:08:58 +00:00
parent ef4c2b75a9
commit f4e1faf7e7
7 changed files with 116 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "less",
"version": "1.5.0",
"version": "1.5.1",
"description": "Leaner CSS",
"homepage": "http://lesscss.org",
"author": {
@@ -42,7 +42,7 @@
"optionalDependencies": {
"mime": "1.2.x",
"request": ">=2.12.0",
"mkdirp": "~0.3.4",
"mkdirp": "~0.3.5",
"clean-css": "2.0.x",
"source-map": "0.1.x"
},
@@ -52,9 +52,9 @@
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-shell": "~0.3.1",
"http-server": "~0.5.5",
"matchdep": "~0.1.2",