Skip to content

Commit

Permalink
make node available in tree
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Jan 26, 2015
1 parent 8ba6080 commit 10586f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/less/tree/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
var tree = {};

tree.Node = require('./node');
tree.Alpha = require('./alpha');
tree.Color = require('./color');
tree.Directive = require('./directive');
Expand Down

0 comments on commit 10586f0

Please sign in to comment.