Skip to content

Commit

Permalink
fix(l7): modules import
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Nov 25, 2019
1 parent cc43f8a commit 7106b4f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions packages/l7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"@l7/core": "0.0.1",
"@l7/scene": "0.0.1",
"@l7/layers": "0.0.1",
"@l7/component": "0.0.1"
},
"peerDependencies": {
"mapbox-gl": "^1.5.0"

Expand Down
16 changes: 8 additions & 8 deletions packages/l7/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// export * from '@l7/core';
// // @ts-ignore
// export * from '@l7/scene';
// // @ts-ignore
// export * from '@l7/layers';
// // @ts-ignore
// export * from '@l7/component';
// @ts-ignore
export * from '@l7/core';
// @ts-ignore
export * from '@l7/scene';
// @ts-ignore
export * from '@l7/layers';
// @ts-ignore
export * from '@l7/component';

0 comments on commit 7106b4f

Please sign in to comment.