Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Klathmon committed May 9, 2018
1 parent 6d7dad5 commit d99c00a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "imagemin-webpack-plugin",
"version": "2.1.4",
"version": "2.1.5",
"description": "Webpack plugin to compress images",
"main": "dist/index.js",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"scripts": {
"clean": "rimraf dist",
"test": "standard src/*",
Expand Down

0 comments on commit d99c00a

Please sign in to comment.