grunt-indent
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "grunt-indent", | ||
"description": "Change the indentation of files.", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"homepage": "https://github.com/stevenbenner/grunt-indent", | ||
@@ -20,3 +20,3 @@ "author": { | ||
"type": "MIT", | ||
"url": "https://github.com/stevenbenner/grunt-indent/blob/master/LICENSE.txt" | ||
"url": "https://raw.github.com/stevenbenner/grunt-indent/master/LICENSE.txt" | ||
} | ||
@@ -33,5 +33,5 @@ ], | ||
"grunt": "~0.4", | ||
"grunt-contrib-jshint": "~0.3", | ||
"grunt-contrib-clean": "~0.4", | ||
"grunt-contrib-nodeunit": "~0.1" | ||
"grunt-contrib-jshint": "~0.7", | ||
"grunt-contrib-clean": "~0.5", | ||
"grunt-contrib-nodeunit": "~0.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "peerDependencies": { |
@@ -1,5 +0,7 @@ | ||
# grunt-indent [![Build Status](https://travis-ci.org/stevenbenner/grunt-indent.png)](https://travis-ci.org/stevenbenner/grunt-indent) | ||
# grunt-indent | ||
> Change the indentation of files. | ||
A grunt task to change the indentation of files. | ||
[![Build Status](https://travis-ci.org/stevenbenner/grunt-indent.png)](https://travis-ci.org/stevenbenner/grunt-indent) [![Dependency Status](https://gemnasium.com/stevenbenner/grunt-indent.png)](https://gemnasium.com/stevenbenner/grunt-indent) [![NPM version](https://badge.fury.io/js/grunt-indent.png)](https://badge.fury.io/js/grunt-indent) | ||
## Getting Started | ||
@@ -84,2 +86,3 @@ This plugin requires Grunt `~0.4.0` | ||
## Release History | ||
* 2013-11-08 v0.1.4 Added success message to grunt output. | ||
* 2013-03-23 v0.1.3 Files will now be saved with Grunt defined line endings. | ||
@@ -86,0 +89,0 @@ * 2013-03-21 v0.1.2 Fixed bug with empty lines when file uses Windows style line endings. |
@@ -67,2 +67,3 @@ /* | ||
grunt.file.write(dest, newFile.join(grunt.util.linefeed)); | ||
grunt.log.writeln('File "' + dest + '" saved.'); | ||
}); | ||
@@ -69,0 +70,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
91
7348
5
61
1