Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-indent

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-indent - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

Gruntfile.js

2

LICENSE.txt

@@ -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 @@ */

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc