-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chores::Fix package.json indentation
- Loading branch information
jdmartins
committed
Dec 4, 2018
1 parent
60da089
commit 3e714b4
Showing
1 changed file
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |