Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmerza committed Aug 12, 2019
1 parent fde4906 commit 162985c
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 26 deletions.
53 changes: 33 additions & 20 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.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"author": "Leonardo Merza <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"core-js": "^3.1.4",
"@babel/polyfill": "^7.4.4",
"lit-element": "^2.2.1"
},
"devDependencies": {
Expand All @@ -32,7 +31,7 @@
"webpack-merge": "^4.2.1"
},
"scripts": {
"lint": "eslint --fix ./src",
"lint": "eslint --fix ./src",
"start": "webpack --watch --config webpack/config.dev.js",
"build": "webpack --config webpack/config.prod.js"
}
Expand Down
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "core-js/stable";
import "regenerator-runtime/runtime";
import '@babel/polyfill/noConflict';

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

Expand Down

0 comments on commit 162985c

Please sign in to comment.