Comparing version 1.0.0 to 1.0.1
@@ -29,3 +29,3 @@ var path = require('path'); | ||
try { | ||
this.queue(flowRemoveTypes(source)); | ||
this.queue(flowRemoveTypes(source, options).toString()); | ||
this.queue(null); | ||
@@ -32,0 +32,0 @@ } catch (error) { |
{ | ||
"name": "unflowify", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Browserify transform for removing Flow type annotations.", | ||
@@ -27,3 +27,3 @@ "author": "Lee Byron <lee@leebyron.com> (http://leebyron.com/)", | ||
"dependencies": { | ||
"flow-remove-types": "^1.0.0", | ||
"flow-remove-types": "^1.1.2", | ||
"through": "^2.3.8" | ||
@@ -30,0 +30,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
3325
Updatedflow-remove-types@^1.1.2