babel-plugin-transform-remove-imports
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "babel-plugin-transform-remove-imports", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Remove the specified import declaration when you use the babel transform to build the package.", | ||
"repository": "https://github.com/uiwjs/babel-plugin-transform-remove-imports", | ||
"typings": "./index.d.ts", | ||
"main": "lib/index.js", | ||
@@ -7,0 +8,0 @@ "scripts": { |
@@ -5,3 +5,3 @@ babel-plugin-transform-remove-imports | ||
[![NPM version](https://img.shields.io/npm/v/babel-plugin-transform-remove-imports.svg?style=flat)](https://npmjs.org/package/babel-plugin-transform-remove-imports) | ||
[![Build and Test](https://github.com/uiwjs/babel-plugin-transform-remove-imports/workflows/Build%20and%20Test%20babel-plugin-transform-remove-imports/badge.svg)](https://github.com/uiwjs/babel-plugin-transform-remove-imports/actions) | ||
[![Build and Test](https://github.com/uiwjs/babel-plugin-transform-remove-imports/workflows/Build%20and%20Test/badge.svg)](https://github.com/uiwjs/babel-plugin-transform-remove-imports/actions) | ||
[![Build Status](https://img.shields.io/travis/uiwjs/babel-plugin-transform-remove-imports.svg?style=flat)](https://travis-ci.org/uiwjs/babel-plugin-transform-remove-imports) | ||
@@ -53,3 +53,3 @@ [![Coverage Status](https://coveralls.io/repos/github/uiwjs/babel-plugin-transform-remove-imports/badge.svg?branch=master)](https://coveralls.io/github/uiwjs/babel-plugin-transform-remove-imports?branch=master) | ||
#### support `require` | ||
#### Support `require` | ||
@@ -56,0 +56,0 @@ Via `.babelrc` or `babel-loader`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8337