Skip to content

Commit

Permalink
#1 remove files array from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aslansky committed Feb 19, 2014
1 parent 8391a08 commit 1541e5d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-sprite",
"version": "0.6.0",
"version": "0.6.1",
"description": "css sprite generator",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,11 +30,6 @@
"style": "jscs test/*.js lib/*.js index.js"
},
"main": "./index.js",
"files": [
"./index.js",
"lib",
"bin"
],
"keywords": [
"sprites",
"sprite",
Expand Down

0 comments on commit 1541e5d

Please sign in to comment.