mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
Merge pull request #2773 from less/greenkeeper-update-all
Update all dependencies 🌴
This commit is contained in:
@@ -127,7 +127,7 @@ Definition.prototype.makeImportant = function() {
|
||||
return r;
|
||||
}
|
||||
});
|
||||
var result = new Definition (this.name, this.params, rules, this.condition, this.variadic, this.frames);
|
||||
var result = new Definition(this.name, this.params, rules, this.condition, this.variadic, this.frames);
|
||||
return result;
|
||||
};
|
||||
Definition.prototype.eval = function (context) {
|
||||
|
||||
26
package.json
26
package.json
@@ -37,29 +37,29 @@
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"errno": "^0.1.1",
|
||||
"graceful-fs": "^3.0.5",
|
||||
"image-size": "~0.3.5",
|
||||
"graceful-fs": "^4.1.2",
|
||||
"image-size": "~0.4.0",
|
||||
"mime": "^1.2.11",
|
||||
"mkdirp": "^0.5.0",
|
||||
"promise": "^6.0.1",
|
||||
"promise": "^7.1.1",
|
||||
"request": "^2.51.0",
|
||||
"source-map": "^0.4.2"
|
||||
"source-map": "^0.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"diff": "^1.0",
|
||||
"diff": "^2.2.1",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-browserify": "~3.5.0",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-clean": "^0.7.0",
|
||||
"grunt-contrib-concat": "^0.5.0",
|
||||
"grunt-contrib-connect": "^0.9.0",
|
||||
"grunt-contrib-jasmine": "^0.8.2",
|
||||
"grunt-contrib-connect": "^0.11.2",
|
||||
"grunt-contrib-jasmine": "^0.9.2",
|
||||
"grunt-contrib-jshint": "^0.11.0",
|
||||
"grunt-contrib-uglify": "^0.8.0",
|
||||
"grunt-jscs": "^1.6.0",
|
||||
"grunt-saucelabs": "^8.3.2",
|
||||
"grunt-contrib-uglify": "^0.11.0",
|
||||
"grunt-jscs": "^2.6.0",
|
||||
"grunt-shell": "^1.1.1",
|
||||
"grunt-browserify": "~4.0.1",
|
||||
"jit-grunt": "^0.9.1",
|
||||
"time-grunt": "^1.0.0"
|
||||
"time-grunt": "^1.0.0",
|
||||
"grunt-saucelabs": "^8.3.2"
|
||||
},
|
||||
"keywords": [
|
||||
"compile less",
|
||||
|
||||
Reference in New Issue
Block a user