Skip to content

Commit

Permalink
🔖 Release 1.0.0-beta.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Dec 18, 2023
1 parent fbad588 commit 4b87d71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 95 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-corejs",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "âš¡ include core-js polyfills when bundling with rollup",
"keywords": [
"corejs",
Expand Down
2 changes: 1 addition & 1 deletion src/analyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
*/

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

enum PolyfillType {
CallWithArguments,
Expand Down
91 changes: 0 additions & 91 deletions src/core-js-compat.d.ts

This file was deleted.

0 comments on commit 4b87d71

Please sign in to comment.