Skip to content

Commit

Permalink
deps: remove regenerator-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Nov 29, 2024
1 parent 22418fc commit ebe0dfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"nighthawk": "^2.3.0-1",
"node-fetch": "^2.6.0",
"npm": "^6.10.3",
"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

0 comments on commit ebe0dfd

Please sign in to comment.