Skip to content

Commit

Permalink
Export Color at top level
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Dec 14, 2017
1 parent 105621c commit c1123d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style-spec/style-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ exports.ValidationError = require('./error/validation_error');
exports.ParsingError = require('./error/parsing_error');
exports.expression = require('./expression');
exports.featureFilter = require('./feature_filter');
exports.Color = require('./util/color');

exports.function = require('./function');
exports.function.convertFunction = require('./function/convert');
Expand Down

0 comments on commit c1123d1

Please sign in to comment.