Skip to content

Commit ebe0dfd

Browse files
committed
deps: remove regenerator-runtime
1 parent 22418fc commit ebe0dfd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"nighthawk": "^2.3.0-1",
5757
"node-fetch": "^2.6.0",
5858
"npm": "^6.10.3",
59-
"regenerator-runtime": "^0.13.3",
6059
"yargs": "^13.3.0"
6160
},
6261
"engines": {

template/js/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict'
22
/* eslint-disable */
33
/* eslint-env browser */
4-
require('regenerator-runtime/runtime')
54
const { html } = require('es5-lit-element')
65
const { render } = require('es5-lit-html')
76
const config = window.__config || {}

0 commit comments

Comments
 (0)