replace-in-file
Advanced tools
Comparing version 2.6.0 to 2.6.1
{ | ||
"name": "replace-in-file", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "A simple utility to quickly replace text in one or more files.", | ||
@@ -35,14 +35,14 @@ "homepage": "https://github.com/adamreisnz/replace-in-file#readme", | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"bluebird": "^3.5.0", | ||
"chai": "^4.0.2", | ||
"chai-as-promised": "^7.1.0", | ||
"dirty-chai": "^2.0.0", | ||
"eslint": "^4.1.1", | ||
"chai": "^4.1.1", | ||
"chai-as-promised": "^7.1.1", | ||
"dirty-chai": "^2.0.1", | ||
"eslint": "^4.5.0", | ||
"istanbul": "^1.0.0-alpha.2", | ||
"mocha": "^3.4.2" | ||
"mocha": "^3.5.0" | ||
}, | ||
"dependencies": { | ||
"chalk": "^2.0.1", | ||
"chalk": "^2.1.0", | ||
"glob": "^7.1.2", | ||
@@ -49,0 +49,0 @@ "yargs": "^8.0.2" |
Sorry, the diff of this file is not supported yet
140902
Updatedchalk@^2.1.0