@epa-wg/custom-element 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -141,7 +141,7 @@ within template
141
141
  [github-image]: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
142
142
  [npm-image]: https://img.shields.io/npm/v/@epa-wg/custom-element.svg
143
143
  [npm-url]: https://npmjs.org/package/@epa-wg/custom-element
144
- [coverage-image]: https://unpkg.com/@epa-wg/custom-element-test@0.0.5/coverage/coverage.svg
145
- [coverage-url]: https://unpkg.com/@epa-wg/custom-element-test@0.0.5/coverage/lcov-report/index.html
144
+ [coverage-image]: https://unpkg.com/@epa-wg/custom-element-test@0.0.6/coverage/coverage.svg
145
+ [coverage-url]: https://unpkg.com/@epa-wg/custom-element-test@0.0.6/coverage/lcov-report/index.html
146
+ [storybook-url]: https://unpkg.com/@epa-wg/custom-element-test@0.0.6/storybook-static/index.html?path=/story/welcome--introduction
146
147
  [sandbox-url]: https://stackblitz.com/github/EPA-WG/custom-element?file=index.html
147
- [storybook-url]: https://unpkg.com/@epa-wg/custom-element-test@0.0.5/storybook-static/index.html?path=/story/welcome--introduction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epa-wg/custom-element",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Declarative Custom Element as W3C proposal PoC with native(XSLT) based templating",
5
5
  "browser": "custom-element.js",
6
6
  "module": "custom-element.js",