Skip to content

Commit

Permalink
Updated Readme and types.
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkar8723 committed Oct 2, 2019
1 parent 018e98a commit ec4cf82
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ This tradeoff between predictability and time for development is what sparkx tri
- [x] Typed
- [x] Sigleton services
- [x] Support for React
- [ ] Support for Preact
- [ ] Support for Vue
- [ ] Support for Polymer
- [ ] Support for lit-element

### Gettting Started

Expand Down
2 changes: 1 addition & 1 deletion packages/core/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 packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface IRouteState<D> {
/**
* State params definition
*/
params: {
params?: {
[name: string]: {
/**
* Data type of param
Expand Down
2 changes: 1 addition & 1 deletion packages/react/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 packages/services/package-lock.json

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

0 comments on commit ec4cf82

Please sign in to comment.