File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -628,6 +628,7 @@ replace: {
628
628
629
629
## Release History
630
630
631
+ * 2016-04-19 v1.0.1 Fix bad README.md file.
631
632
* 2016-04-19 v1.0.0 Add timestamp option to disable preserving timestamp when copying. Bump devDependencies. Point main to task and remove peerDeps.
632
633
* 2015-09-09 v0.11.0 Improvements in handling patterns. Fix plain object representation issue. More test cases.
633
634
* 2015-08-20 v0.10.2 Restore verbose after new pedantic option.
Original file line number Diff line number Diff line change @@ -408,6 +408,7 @@ replace: {
408
408
409
409
## Release History
410
410
411
+ * 2016-04-19 v1.0.1 Fix bad README.md file.
411
412
* 2016-04-19 v1.0.0 Add timestamp option to disable preserving timestamp when copying. Bump devDependencies. Point main to task and remove peerDeps.
412
413
* 2015-09-09 v0.11.0 Improvements in handling patterns. Fix plain object representation issue. More test cases.
413
414
* 2015-08-20 v0.10.2 Restore verbose after new pedantic option.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-replace" ,
3
3
"description" : " Replace text patterns with applause." ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"author" : {
6
6
"name" : " outaTiME" ,
7
7
"url" : " http://outa.im/"
26
26
"grunt" : " ^1.0.0" ,
27
27
"grunt-contrib-clean" : " ^1.0.0" ,
28
28
"grunt-contrib-jshint" : " ^1.0.0" ,
29
- "grunt-mocha-test" : " ^0.12.0"
29
+ "grunt-mocha-test" : " ^0.12.0" ,
30
+ "mocha" : " ^2.4.5"
30
31
},
31
32
"keywords" : [
32
33
" gruntplugin" ,
You can’t perform that action at this time.
0 commit comments