Skip to content

Commit 4b87d71

Browse files
committed
πŸ”– Release 1.0.0-beta.2
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent fbad588 commit 4b87d71

File tree

4 files changed

+4
-95
lines changed

4 files changed

+4
-95
lines changed

β€Žpackage-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-corejs",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "⚑ include core-js polyfills when bundling with rollup",
55
"keywords": [
66
"corejs",

β€Žsrc/analyze.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
*/
1515

16-
import { traverse, Visitor, Visitors } from "estree-toolkit"
16+
import { traverse, Visitors } from "estree-toolkit"
1717

1818
enum PolyfillType {
1919
CallWithArguments,

β€Žsrc/core-js-compat.d.ts

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
Β (0)