Skip to content

Commit a44091a

Browse files
authored
fix(deps): readd regenrator-runtime (#38)
1 parent f299c3e commit a44091a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"lit-element": "^2.2.1",
5656
"nighthawk": "^2.3.0-1",
5757
"pacote": "^20.0.0",
58+
"regenerator-runtime": "^0.14.1",
5859
"yargs": "^13.3.0"
5960
},
6061
"engines": {

Diff for: template/js/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict'
22
/* eslint-disable */
33
/* eslint-env browser */
4+
require('regenerator-runtime/runtime')
45
const { html } = require('es5-lit-element')
56
const { render } = require('es5-lit-html')
67
const config = window.__config || {}

0 commit comments

Comments
 (0)