replace-in-file
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "replace-in-file", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A simple utility to quickly replace text in one or more files.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/adambuczynski/replace-in-file#readme", |
@@ -9,3 +9,3 @@ # Replace in file | ||
A simple utility to quickly replace text in one or more files. | ||
A simple utility to quickly replace text in one or more files or globs. Works synchronously or asynchronously with either promises or callbacks. | ||
@@ -45,3 +45,3 @@ ## Installation | ||
//Specify if empty/invalid file paths are allowed, defaults to false. | ||
//If set to true, these paths will fail silently and no error will be thrown. | ||
//If set to true these paths will fail silently and no error will be thrown. | ||
allowEmptyPaths: false, | ||
@@ -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
20994