Skip to content

Commit

Permalink
chore(): update to latest stencil
Browse files Browse the repository at this point in the history
* fix(): Update to latest stencil and change types to export from interface not index.

* chore(): fix merge conflict of file added.
  • Loading branch information
jthoms1 authored and manucorporat committed Aug 22, 2018
1 parent da2dc7b commit bd32887
Show file tree
Hide file tree
Showing 6 changed files with 6,096 additions and 6,446 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"module": "dist/collection/index.js",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"types": "dist/types/interface.d.ts",
"collection": "dist/collection/collection-manifest.json",
"unpkg": "dist/ionic.js",
"files": [
Expand All @@ -27,7 +27,7 @@
"ionicons": "4.3.0"
},
"devDependencies": {
"@stencil/core": "0.11.4",
"@stencil/core": "^0.12.0-3",
"@stencil/dev-server": "latest",
"@stencil/sass": "0.1.0",
"@stencil/utils": "latest",
Expand Down
Loading

0 comments on commit bd32887

Please sign in to comment.