babel-plugin-fake-import-specifiers
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "babel-plugin-fake-import-specifiers", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Allow importing pieces while only exporting the whole object", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "eslint-mocha --eslint-args=\"src/**/*.js test/*.js\"" | ||
"test": "eslint-mocha --eslint-args=\"src test/*.js\"", | ||
"prelint": "eslint --version", | ||
"lint": "eslint src test/*.js", | ||
"lint:fix": "npm run lint -- --fix" | ||
}, | ||
@@ -26,3 +29,3 @@ "repository": { | ||
"eslint": "^3.0.0", | ||
"eslint-mocha": "0.1.0", | ||
"eslint-mocha": "0.2.2", | ||
"mocha": "^3.0.0" | ||
@@ -29,0 +32,0 @@ }, |
@@ -6,2 +6,3 @@ # babel-plugin-fake-import-specifiers | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/kellyselden/babel-plugin-fake-import-specifiers.svg)](https://greenkeeper.io/) | ||
[![npm version](https://badge.fury.io/js/babel-plugin-fake-import-specifiers.svg)](https://badge.fury.io/js/babel-plugin-fake-import-specifiers) | ||
@@ -8,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
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
6845
16