Skip to content

Commit 0c1c436

Browse files
author
Marco
committed
dependencies for moment und jstz added
1 parent aa15ac2 commit 0c1c436

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Breinify.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
Breinify.BreinifyConfig = BreinifyConfig;
9494
Breinify.BreinifyUser = BreinifyUser;
9595
Breinify.AttributeCollection = AttributeCollection;
96+
Breinify.moment = moment;
97+
Breinify.jstz = jstz;
9698

9799
/**
98100
* Modify the configuration to the specified configuration.

src/snippets/suffix-global.js.snippet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// things that shouldn't be used anyways (not documented)
1717
Breinify.BreinifyConfig = function() {};
1818
Breinify.BreinifyUser = function() {};
19+
Breinify.moment = function() {};
20+
Breinify.jstz = function() {};
1921
Breinify.AttributeCollection = function() {};
2022

2123
// now all the stuff to ensure save usage

0 commit comments

Comments
 (0)