Skip to content

Commit 83724ed

Browse files
committed
Revert to stencil 0.18.1
1 parent 68faac0 commit 83724ed

24 files changed

+2690
-361
lines changed

package-lock.json

Lines changed: 2280 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
"homepage": "https://github.com/thegecko/microbit-web-components",
66
"license": "MIT",
77
"main": "dist/index.js",
8-
"module": "dist/index.mjs",
9-
"es2015": "dist/esm/index.mjs",
10-
"es2017": "dist/esm/index.mjs",
8+
"module": "dist/esm/index.js",
119
"types": "dist/types/components.d.ts",
1210
"collection": "dist/collection/collection-manifest.json",
13-
"collection:main": "dist/collection/index.js",
1411
"files": [
1512
"dist/"
1613
],
@@ -35,7 +32,7 @@
3532
"node": ">=8.14.0"
3633
},
3734
"dependencies": {
38-
"@stencil/core": "^1.0.7",
35+
"@stencil/core": "^0.18.1",
3936
"microbit-web-bluetooth": "^0.3.0"
4037
}
4138
}

0 commit comments

Comments
 (0)