Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DBuit authored Jul 10, 2020
1 parent 665c1f5 commit a1d0062
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 33 deletions.
59 changes: 30 additions & 29 deletions dist/light-popup-card.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.24.3",
"rollup-plugin-uglify": "^6.0.3",
"typescript": "^3.6.4"
"typescript": "^3.6.4",
"acorn": "^7.3.1"
},
"scripts": {
"start": "rollup -c --watch",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default [
output: {
dir: 'dist',
format: 'es',
sourcemap: 'inline',
},
plugins: [...plugins],
},
Expand Down

0 comments on commit a1d0062

Please sign in to comment.