babel-plugin-polyfill-custom
Advanced tools
Comparing version 1.0.23 to 1.0.24
{ | ||
"name": "babel-plugin-polyfill-custom", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "Yet another babel plugin that lets you freely customize polyfills.", | ||
@@ -14,2 +14,3 @@ "keywords": [ | ||
}, | ||
"funding": "https://github.com/sponsors/3846masa", | ||
"license": "MIT", | ||
@@ -30,3 +31,4 @@ "author": "3846masa <3846masahiro+git@gmail.com>", | ||
"lint:tsc": "tsc --noEmit", | ||
"semantic-release": "semantic-release" | ||
"semantic-release": "semantic-release", | ||
"patch-package": "patch-package" | ||
}, | ||
@@ -53,2 +55,3 @@ "dependencies": { | ||
"npm-run-all": "4.1.5", | ||
"patch-package": "6.5.0", | ||
"semantic-release": "19.0.5" | ||
@@ -55,0 +58,0 @@ }, |
# Babel Plugin Polyfill Custom | ||
[![github sponsors](https://flat.badgen.net/badge/GitHub%20Sponsors/Support%20me%20%E2%9D%A4/ff69b4?icon=github)](https://github.com/sponsors/3846masa) | ||
[![npm](https://img.shields.io/npm/v/babel-plugin-polyfill-custom.svg?logo=npm&style=flat-square)](https://www.npmjs.com/package/babel-plugin-polyfill-custom) | ||
@@ -4,0 +5,0 @@ [![MIT License](https://img.shields.io/badge/license-MIT-green.svg?style=flat-square)](./LICENSE) |
23075
307
14