Skip to content

Commit

Permalink
fix(): export StencilComponents from core builds and all import to an…
Browse files Browse the repository at this point in the history
…gular builds.
  • Loading branch information
jthoms1 committed Aug 22, 2018
1 parent 76330ba commit 04cb361
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/demo/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/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test.watch": "jest --watch"
},
"dependencies": {
"@stencil/router": "^0.2.5"
"@stencil/router": "^0.2.6-0"
},
"devDependencies": {
"@stencil/core": "0.12.0-2",
Expand Down
1 change: 1 addition & 0 deletions packages/demo/src/generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import { JSXElements } from '@stencil/core';

import { LocalIntrinsicElements as DependentIntrinsicElements1 } from '@stencil/router';
import '@stencil/state-tunnel'
import {
LocationSegments,
MatchResults,
Expand Down

0 comments on commit 04cb361

Please sign in to comment.