Skip to content

Commit 6b980be

Browse files
committed
release 0.6.3
1 parent 32699f8 commit 6b980be

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ module.exports = {
4242
if (opts.style && path.basename(opts.style).indexOf('.') === -1) {
4343
opts.style = path.join(opts.style, replaceExtension(opts.name, '.' + opts.processor));
4444
}
45-
console.log(opts);
4645
vfs.src(opts.src)
4746
.pipe(sprite(opts))
4847
.pipe(es.map(writeFile))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-sprite",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "css sprite generator",
55
"license": "MIT",
66
"repository": {

readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,3 @@ module.exports = function(grunt) {
151151
```
152152

153153
Options to use `css-sprite` with [Grunt](http://gruntjs.com) are the same as for the `sprite.create` function with the exception of `src` and `out`.
154-
155-
156-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/aslansky/css-sprite/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 commit comments

Comments
 (0)