grunt-indent
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2013 Steven Benner (http://stevenbenner.com/) | ||
Copyright (c) 2016 Steven Benner (http://stevenbenner.com/) | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
{ | ||
"name": "grunt-indent", | ||
"description": "Change the indentation of files.", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"homepage": "https://github.com/stevenbenner/grunt-indent", | ||
@@ -17,8 +17,3 @@ "author": { | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://raw.github.com/stevenbenner/grunt-indent/master/LICENSE.txt" | ||
} | ||
], | ||
"license": "MIT", | ||
"main": "Gruntfile.js", | ||
@@ -33,8 +28,8 @@ "engines": { | ||
"grunt": "~0.4", | ||
"grunt-contrib-jshint": "~0.7", | ||
"grunt-contrib-clean": "~0.5", | ||
"grunt-contrib-nodeunit": "~0.2" | ||
"grunt-contrib-jshint": "~1.0", | ||
"grunt-contrib-clean": "~1.0", | ||
"grunt-contrib-nodeunit": "~0.4" | ||
}, | ||
"peerDependencies": { | ||
"grunt": "~0.4" | ||
"grunt": ">=0.4.0" | ||
}, | ||
@@ -41,0 +36,0 @@ "keywords": [ |
@@ -57,8 +57,12 @@ # grunt-indent | ||
indent: { | ||
src: ['src/*.js'], | ||
dest: 'dist/', | ||
options: { | ||
style: 'space', | ||
size: 2, | ||
change: 1 | ||
scripts: { | ||
src: [ | ||
'src/*.js' | ||
], | ||
dest: 'dist/', | ||
options: { | ||
style: 'space', | ||
size: 2, | ||
change: 1 | ||
} | ||
} | ||
@@ -75,8 +79,12 @@ } | ||
indent: { | ||
src: ['css/*.css'], | ||
dest: 'dist/', | ||
options: { | ||
style: 'space', | ||
size: 2, | ||
change: -1 | ||
stylesheets: { | ||
src: [ | ||
'css/*.css' | ||
], | ||
dest: 'dist/', | ||
options: { | ||
style: 'space', | ||
size: 2, | ||
change: -1 | ||
} | ||
} | ||
@@ -88,2 +96,3 @@ } | ||
## Release History | ||
* 2016-02-28 v0.1.5 Updated grunt peer dependency to support Grunt v1.0. | ||
* 2013-11-08 v0.1.4 Added success message to grunt output. | ||
@@ -90,0 +99,0 @@ * 2013-03-23 v0.1.3 Files will now be saved with Grunt defined line endings. |
@@ -5,3 +5,3 @@ /* | ||
* | ||
* Copyright (c) 2013 Steven Benner | ||
* Copyright (c) 2016 Steven Benner | ||
* Licensed under the MIT license. | ||
@@ -8,0 +8,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
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
9363
6
142
100
0