web-components-starter
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"name": "web-components-starter", | ||
@@ -4,0 +4,0 @@ "description": "A Web Components starter project", |
@@ -54,4 +54,4 @@ web-components-starter | ||
* `npm run start-custom-elements-shady-dom` - targeting browsers after IE11 (a Custom Elements v1 and [shady DOM polyfill](https://www.polymer-project.org/blog/shadydom) only) | ||
* `npm run start-custom-elements-shady-dom-esm` - targeting browsers after IE11 (a Custom Elements v1 and [shady DOM polyfill](https://www.polymer-project.org/blog/shadydom) only) | ||
* `npm run start-no-polyfills` - targets evergreen browsers supporting [Custom Elements v1](https://developers.google.com/web/fundamentals/web-components/customelements) and shadow DOM (builds a minimal view in a "vanilla js" style) | ||
* `npm run start-no-polyfills-iife` - targets evergreen browsers supporting [Custom Elements v1](https://developers.google.com/web/fundamentals/web-components/customelements) and shadow DOM (builds a minimal view in a "vanilla js" style) |
105188