Skip to content

Commit 8b76810

Browse files
author
Graham Butler
committed
remove console logs
1 parent 5b05a40 commit 8b76810

File tree

14 files changed

+113
-49
lines changed

14 files changed

+113
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@author.io/element-icon",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "author-icon custom element (web component).",
55
"main": "dist/author-icon.min.js",
66
"scripts": {

showroom/dist/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showroom/dist/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ <h2 class="hidden">Navigation</h2>
3030
<main>
3131
<div class="content">
3232
<author-icon src="assets/icons/check-circle.svg"></author-icon>
33+
<author-icon src="assets/icons/heyyyyy.svg"></author-icon>
3334
</div>
3435
</main>
3536
</body>

showroom/dist/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* author-icon-showroom v1.0.0 generated on Wed Aug 07 2019.
3-
* Built at 15:42:37 GMT-0700 (Pacific Daylight Time)
3+
* Built at 15:51:48 GMT-0700 (Pacific Daylight Time)
44
* Copyright (c) 2019 Author.io
55
*/
66
"use strict";var Demo=new NGNX.VIEW.Registry({selector:".demo",namespace:"demo.",init:function(){console.log("works")}});

showroom/dist/webcomponents/author-icon.es5.js

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

showroom/dist/webcomponents/author-icon.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)