Skip to content

Commit

Permalink
chores::Fix package.json indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmartins committed Dec 4, 2018
1 parent 60da089 commit 3e714b4
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "imagemin-webp-webpack-plugin",
"version": "2.0.0",
"description": "Webpack plugin which converts images to the WebP format while also keeping the original files.",
"author": {
"name": "Alexandru Pavaloi",
"email": "[email protected]",
"url": "https://iampava.com"
},
"license": "MIT",
"main": "plugin.js",
"keywords": [
"webpack",
"plugin",
"webp",
"imagemin",
"images"
],
"repository": "https://github.com/iampava/imagemin-webp-webpack-plugin.git",
"bugs": "https://github.com/iampava/imagemin-webp-webpack-plugin/issues",
"homepage": "https://github.com/iampava/imagemin-webp-webpack-plugin",
"dependencies": {
"imagemin": "^6.0.0",
"imagemin-webp": "^5.0.0"
}
"name": "imagemin-webp-webpack-plugin",
"version": "2.0.0",
"description": "Webpack plugin which converts images to the WebP format while also keeping the original files.",
"author": {
"name": "Alexandru Pavaloi",
"email": "[email protected]",
"url": "https://iampava.com"
},
"license": "MIT",
"main": "plugin.js",
"keywords": [
"webpack",
"plugin",
"webp",
"imagemin",
"images"
],
"repository": "https://github.com/iampava/imagemin-webp-webpack-plugin.git",
"bugs": "https://github.com/iampava/imagemin-webp-webpack-plugin/issues",
"homepage": "https://github.com/iampava/imagemin-webp-webpack-plugin",
"dependencies": {
"imagemin": "^6.0.0",
"imagemin-webp": "^5.0.0"
}
}

0 comments on commit 3e714b4

Please sign in to comment.