Skip to content

Commit

Permalink
Add webpack bits
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-set-studio committed Aug 2, 2018
1 parent 47cbc50 commit 49bf9a7
Show file tree
Hide file tree
Showing 6 changed files with 4,192 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const { state } = storeInstance;

// This fires every time the state updates
storeInstance.events.subscribe('stateChange', () => {
messageElement.innerText = state.message;
messageElement.innerText = state.message;
});
```

Expand Down
1 change: 1 addition & 0 deletions dist/beedle.js

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

Loading

0 comments on commit 49bf9a7

Please sign in to comment.