Skip to content

Commit

Permalink
Add derefLayers to the bundle (#9121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar authored and mourner committed Dec 19, 2019
1 parent 63a683f commit 3947f91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/style-spec/style-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ import latest from './reference/latest';
import format from './format';
import migrate from './migrate';
import composite from './composite';
import derefLayers from './deref';
import diff from './diff';
import ValidationError from './error/validation_error';
import ParsingError from './error/parsing_error';
Expand Down Expand Up @@ -103,6 +104,7 @@ export {
format,
migrate,
composite,
derefLayers,
diff,
ValidationError,
ParsingError,
Expand Down

0 comments on commit 3947f91

Please sign in to comment.