We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22418fc commit ebe0dfdCopy full SHA for ebe0dfd
package.json
@@ -56,7 +56,6 @@
56
"nighthawk": "^2.3.0-1",
57
"node-fetch": "^2.6.0",
58
"npm": "^6.10.3",
59
- "regenerator-runtime": "^0.13.3",
60
"yargs": "^13.3.0"
61
},
62
"engines": {
template/js/index.js
@@ -1,7 +1,6 @@
1
'use strict'
2
/* eslint-disable */
3
/* eslint-env browser */
4
-require('regenerator-runtime/runtime')
5
const { html } = require('es5-lit-element')
6
const { render } = require('es5-lit-html')
7
const config = window.__config || {}
0 commit comments