Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"cptmpl": "0.0.4",
"dotenv": "^8.0.0",
"es5-lit-element": "^2.2.1",
"es5-lit-html": "^1.1.1",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dependency was missing and caused an error locally when building.

"express": "^4.17.1",
"fs-extra": "^8.1.0",
"inquirer": "^6.4.1",
Expand All @@ -54,7 +55,6 @@
"lit-element": "^2.2.1",
"nighthawk": "^2.3.0-1",
"pacote": "^20.0.0",
"regenerator-runtime": "^0.13.3",
"yargs": "^13.3.0"
},
"engines": {
Expand Down
1 change: 0 additions & 1 deletion template/js/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict'
/* eslint-disable */
/* eslint-env browser */
require('regenerator-runtime/runtime')
const { html } = require('es5-lit-element')
const { render } = require('es5-lit-html')
const config = window.__config || {}
Expand Down