babel-plugin-transform-remove-imports
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "babel-plugin-transform-remove-imports", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Remove the specified import declaration when you use the babel transform to build the package.", | ||
@@ -8,3 +8,3 @@ "repository": "https://github.com/uiwjs/babel-plugin-transform-remove-imports", | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"prepare": "npm run build && npm run test", | ||
"test": "jest --coverage", | ||
@@ -34,8 +34,8 @@ "test:watch": "jest --watchAll --coverage", | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.4", | ||
"@babel/core": "^7.7.4", | ||
"@babel/cli": "^7.7.5", | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-do-expressions": "^7.7.4", | ||
"@babel/plugin-proposal-export-default-from": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/preset-env": "^7.7.5", | ||
"@babel/preset-react": "^7.7.4", | ||
@@ -42,0 +42,0 @@ "babel-core": "^7.0.0-bridge.0", |
@@ -6,2 +6,3 @@ babel-plugin-transform-remove-imports | ||
[![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) | ||
[![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) | ||
@@ -8,0 +9,0 @@ Modular import plugin for babel for server-side rendering. Also works for cjs to delete imported CSS to avoid compilation errors.. |
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
4819
85