Skip to content

Commit

Permalink
chore: build dist for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed Mar 9, 2022
1 parent 05701d8 commit 2edd725
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/mono-context.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default class MonoContext {
private static _counts;
private static _state;
static version: string;
static default: typeof MonoContext;
static _warningMessage: string;
static count: (key: string) => number;
static getCount: (key: string) => number;
Expand Down
3 changes: 2 additions & 1 deletion dist/mono-context.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/mono-context.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mono-context.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2edd725

Please sign in to comment.