babel-features
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -84,4 +84,2 @@ 'use strict' | ||
switch (f) { | ||
case 'pass': | ||
break | ||
case 'es6.generators': | ||
@@ -88,0 +86,0 @@ blacklist.push('regenerator') |
{ | ||
"name": "babel-features", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Test babel features, can be used to generate babel options for specific compilation targets", | ||
@@ -16,2 +16,5 @@ "main": "index.js", | ||
], | ||
"peerDependencies": { | ||
"babel": "5.x" | ||
}, | ||
"author": "HE Shi-Jun <johnhax@gmail.com>", | ||
@@ -18,0 +21,0 @@ "license": "ISC", |
@@ -45,3 +45,3 @@ # babel-features | ||
require('babel/register')({ | ||
blacklist: babelOptions.blacklist | ||
blacklist: babelOptions.blacklist, | ||
optional: babelOptions.optional | ||
@@ -48,0 +48,0 @@ }) |
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
6470
1
238