gulp-rewrite-flowtyped-modules
Advanced tools
Comparing version 0.0.5 to 0.0.7
{ | ||
"name": "gulp-rewrite-flowtyped-modules", | ||
"description": "A flow-syntax-aware module dependency rewriter gulp plugin.", | ||
"version": "0.0.5", | ||
"version": "0.0.7", | ||
"main": "src/index.js", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
"devDependencies": { | ||
"jest": "^25.1.0" | ||
"jest": "^26.6.3" | ||
} | ||
} |
@@ -13,3 +13,3 @@ # gulp-rewrite-flowtyped-modules | ||
[fbjs](https://github.com/facebook/fbjs) package. The difference here is that | ||
it isn't done through [`flow-parser`](https://www.npmjs.com/package/flow-parser), and therefore keeps flow types intact. | ||
it isn't done through Babel, but through [`flow-parser`](https://www.npmjs.com/package/flow-parser), and therefore keeps flow types intact. | ||
@@ -16,0 +16,0 @@ ## Options |
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
6034