Skip to content

Commit

Permalink
3.0.0-pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean committed Jul 14, 2016
1 parent e309bf6 commit 1136a9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/less/tree/ruleset.js
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -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": {
Expand Down

0 comments on commit 1136a9c

Please sign in to comment.