3.0.0-pre.2

This commit is contained in:
Matthew Dean
2016-07-14 12:29:11 -07:00
parent e309bf67a2
commit 1136a9c050
2 changed files with 1 additions and 3 deletions

View File

@@ -19,8 +19,6 @@ var Ruleset = function (selectors, rules, strictImports, visibilityInfo) {
this.setParent(this.selectors, this);
this.setParent(this.rules, this);
this.types = Object.create(null);
};
Ruleset.prototype = new Node();
Ruleset.prototype.type = "Ruleset";

View File

@@ -1,6 +1,6 @@
{
"name": "less",
"version": "3.0.0-pre.1",
"version": "3.0.0-pre.2",
"description": "Leaner CSS",
"homepage": "http://lesscss.org",
"author": {