Skip to content

Commit

Permalink
Built files and added rimraf to clean previosly built files before bu…
Browse files Browse the repository at this point in the history
…ilding
  • Loading branch information
asmadsen committed May 8, 2019
1 parent 3cab607 commit 9bda0cf
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 62 deletions.
6 changes: 5 additions & 1 deletion dist/actions.js

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

2 changes: 1 addition & 1 deletion dist/actions.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/getters.js

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

2 changes: 1 addition & 1 deletion dist/getters.js.map

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

1 change: 1 addition & 0 deletions dist/module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { _state, _mutations, _getters, _proxy, _map, _store, _namespacedPath, _a
import { Store } from "vuex";
export declare type VuexClassConstructor<T> = new () => T;
export declare class VuexModule {
$store: Store<any>;
static CreateSubModule<V extends typeof VuexModule>(SubModule: V): InstanceType<V>;
static CreateProxy<V extends typeof VuexModule>($store: Store<any>, cls: V): InstanceType<V>;
static ClearProxyCache<V extends typeof VuexModule>(cls: V): void;
Expand Down
22 changes: 8 additions & 14 deletions dist/module.js

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

Loading

0 comments on commit 9bda0cf

Please sign in to comment.