Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva committed Feb 3, 2015
1 parent aa1465b commit c22ac1d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 21 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
@@ -1,14 +1,13 @@
root = true

[*]
indent_size = 4
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.json]
[*.{json,yml}]
indent_size = 2
indent_style = space

Expand Down
2 changes: 0 additions & 2 deletions .jshintrc
Expand Up @@ -2,13 +2,11 @@
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"esnext": true,
"immed": true,
"newcap": true,
"noarg": true,
"node": true,
"quotmark": "single",
"strict": true,
"undef": true,
"unused": "vars"
Expand Down
7 changes: 0 additions & 7 deletions index.js
Expand Up @@ -5,13 +5,6 @@ var jpegtran = require('jpegtran-bin').path;
var spawn = require('child_process').spawn;
var through = require('through2');

/**
* jpegtran imagemin plugin
*
* @param {Object} opts
* @api public
*/

module.exports = function (opts) {
opts = opts || {};

Expand Down
22 changes: 12 additions & 10 deletions LICENSE.md → license
@@ -1,19 +1,21 @@
The MIT License (MIT)

Copyright (c) imagemin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
File renamed without changes.

0 comments on commit c22ac1d

Please sign in to comment.