@epa-wg/custom-element-dist 0.0.1 → 0.0.21

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.
package/README.md CHANGED
@@ -26,7 +26,7 @@ CDN version of StoryBook.
26
26
  [github-image]: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
27
27
  [npm-image]: https://img.shields.io/npm/v/@epa-wg/custom-element-dist.svg
28
28
  [npm-url]: https://npmjs.org/package/@epa-wg/custom-element-dist
29
- [coverage-image]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.1/coverage/src/custom-element/coverage.svg
30
- [coverage-url]: https://unpkg.com/@epa-wg/custom-element-test@0.0.1/coverage/src/custom-element/index.html
31
- [sb-url]: https://unpkg.com/@epa-wg/custom-element-test@0.0.1/storybook-static/index.html
32
- [bundle-url]: https://unpkg.com/@epa-wg/custom-element-test@0.0.1/dist/custom-element-bundle.js
29
+ [coverage-image]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.21/coverage/src/custom-element/coverage.svg
30
+ [coverage-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.21/coverage/src/custom-element/index.html
31
+ [sb-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.21/storybook-static/index.html
32
+ [bundle-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.21/dist/custom-element-bundle.js
package/bin/build.sh CHANGED
@@ -2,7 +2,7 @@ rm -rf dist
2
2
  rm -rf coverage
3
3
  rm -rf storybook-static
4
4
  #bash postinstall.sh
5
- yarn
5
+ #yarn
6
6
  yarn test
7
7
  yarn build
8
8
  yarn build-storybook