Skip to content

Commit

Permalink
Merge pull request #45 from alshdavid/task/ISS-44-export-routerevent-…
Browse files Browse the repository at this point in the history
…type

reexporting RouterEventType from package crayon
  • Loading branch information
alshdavid committed Sep 25, 2019
2 parents bcab650 + f397723 commit 80f98b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/crayon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crayon",
"version": "4.1.4",
"version": "4.1.5",
"description": "",
"repository": {
"type": "git",
Expand Down
7 changes: 5 additions & 2 deletions src/crayon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ export * from './platform/history'
export * from './platform/locator'
export * from './platform/route-map'
export * from './platform/shared-state'
export * from './platform/router'
export * from './sdk'


import { create, group } from './sdk'
import { Router as OGRouter, Group as OGGroup } from './platform/router'
import {
Router as OGRouter,
Group as OGGroup,
} from './platform/router'

export const crayon = {
create,
Expand Down

0 comments on commit 80f98b5

Please sign in to comment.