Skip to content

Commit

Permalink
missing png files (#2643)
Browse files Browse the repository at this point in the history
* missing png files

chosen-sprite.png and chosen-sprite@2x.png missing from npm install

* Fixing indentation for png files
  • Loading branch information
dmauktik authored and koenpunt committed Jul 8, 2016
1 parent b36a0d6 commit db00adc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
},
"files": [
"chosen.jquery.js",
"chosen.css"
"chosen.css",
"chosen-sprite@2x.png",
"chosen-sprite.png"
]
}
}

0 comments on commit db00adc

Please # to comment.