Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tamb committed Sep 28, 2019
1 parent 72c31b6 commit 460083a
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ These are the possible options
| Event | Desc | Returns |
| ------------- |-------------------------------------------------------| -------------------:|
| 'UPDATE_STATE'| updates the entire state with the object passed in | updated state |
|'CHANGE_STATE' | fires changeState method above requires same `@param`s|emits 'STATE_CHANGED'|
|'CHANGE_STATE' | fires changeState method requires `requestedState` as the index of the state you want. |emits 'STATE_CHANGED'|

## Custom Events
_note: the object of data that is passed, cannot have a key called '$type'_
Expand Down
2 changes: 1 addition & 1 deletion browser-test/dist/src.a2b27638.js

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

2 changes: 1 addition & 1 deletion browser-test/dist/src.a2b27638.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions browser-test/package-lock.json

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

2 changes: 1 addition & 1 deletion browser-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "parcel build index.html"
},
"dependencies": {
"substate": "../substate-8.0.0.tgz"
"substate": "../substate-8.1.0.tgz"
},
"devDependencies": {
"@babel/core": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"substate": "./../substate-8.0.0.tgz"
"substate": "./../substate-8.1.0.tgz"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "substate",
"version": "8.0.0",
"version": "8.1.0",
"description": "pub/sub state management",
"main": "dist/index.js",
"scripts": {
Expand Down
Binary file removed substate-8.0.0.tgz
Binary file not shown.
Binary file added substate-8.1.0.tgz
Binary file not shown.

0 comments on commit 460083a

Please sign in to comment.