Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmerza committed Jul 30, 2019
1 parent 5b8a3c9 commit fde4906
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 29 deletions.
43 changes: 15 additions & 28 deletions dist/tracking-number-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tracking-number-card.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"author": "Leonardo Merza <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"core-js": "^3.1.4",
"lit-element": "^2.2.1"
},
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import "core-js/stable";
import "regenerator-runtime/runtime";

import { LitElement, html } from 'lit-element';

import style from './style';
Expand Down

0 comments on commit fde4906

Please sign in to comment.