grunt-replacer
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "grunt-replacer", | ||
"description": "Replace strings in files", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"homepage": "https://github.com/tomaszczechowski/grunt-replacer", | ||
@@ -26,3 +26,3 @@ "author": { | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
"node": ">= 0.10.0" | ||
}, | ||
@@ -33,13 +33,21 @@ "scripts": { | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "~0.6.0", | ||
"grunt-contrib-clean": "~0.4.0", | ||
"grunt-contrib-nodeunit": "~0.2.0", | ||
"grunt": "~0.4.1" | ||
"grunt-contrib-jshint": "~0.11.2", | ||
"grunt-contrib-clean": "~0.6.0", | ||
"grunt-contrib-nodeunit": "~0.4.1", | ||
"grunt": "~0.4.5" | ||
}, | ||
"peerDependencies": { | ||
"grunt": "~0.4.1" | ||
"grunt": "~0.4.5" | ||
}, | ||
"keywords": [ | ||
"gruntplugin", "replace", "grunt", "string", "grunt replace string", "string replace", "replace string" | ||
"gruntplugin", | ||
"replace", | ||
"grunt", | ||
"string", | ||
"grunt replace string", | ||
"string replace", | ||
"replace string", | ||
"replace strings", | ||
"replace code" | ||
] | ||
} |
@@ -1,3 +0,8 @@ | ||
# grunt-replacer [![Build Status](https://secure.travis-ci.org/tomaszczechowski/grunt-replacer.png?branch=master)](http://travis-ci.org/tomaszczechowski/grunt-replace) | ||
# grunt-replacer | ||
[![NPM][grunt-replacer-icon]][grunt-replacer-url] | ||
[![Build Status][grunt-replacer-ci-image]][grunt-replacer-ci-url] | ||
[![devdependencies][grunt-replacer-devdependencies-image]][grunt-replacer-devdependencies-url] | ||
> Grunt replacer - replace string in files | ||
@@ -20,3 +25,3 @@ | ||
*This plugin was designed to work with Grunt 0.4.x. If you're still using grunt v0.3.x it's strongly recommended that [you upgrade](http://gruntjs.com/upgrading-from-0.3-to-0.4), but in case you can't please use [v0.3.2](https://github.com/outaTiME/grunt-replace/tree/grunt-0.3-stable).* | ||
*This plugin was designed to work with Grunt 0.4.x. If you're still using grunt v0.3.x it's strongly recommended that [you upgrade](http://gruntjs.com/upgrading-from-0.3-to-0.4)* | ||
@@ -99,6 +104,6 @@ ## Replacer Task | ||
## Release History | ||
* 2015-07-11 v0.4.2 Updated dev dependencies | ||
* 2015-07-03 v0.4.1 Clean up, fixed code formatting | ||
* 2013-10-20 v0.4.0 New features: colors, reportError and function as "to" param | ||
* 2013-07-19 v0.1.0 First version of replacer. Replace string in selected files | ||
* 2013-10-20 v0.4.0 New features: colors, reportError and function as "to" param | ||
* 2015-07-03 v0.4.1 Clean up, fixed code formatting | ||
@@ -110,1 +115,8 @@ --- | ||
*This file was generated on Fri July 19 2013 12:40:00.* | ||
[grunt-replacer-icon]: https://nodei.co/npm/grunt-replacer.png?downloads=true | ||
[grunt-replacer-url]: https://npmjs.org/package/grunt-replacer | ||
[grunt-replacer-ci-image]: https://secure.travis-ci.org/tomaszczechowski/grunt-replacer.png?branch=master | ||
[grunt-replacer-ci-url]: http://travis-ci.org/tomaszczechowski/grunt-replacer | ||
[grunt-replacer-devdependencies-image]: https://david-dm.org/tomaszczechowski/grunt-replacer/dev-status.png | ||
[grunt-replacer-devdependencies-url]: https://david-dm.org/tomaszczechowski/grunt-replacer#info=devDependencies |
Sorry, the diff of this file is not supported yet
9635
120