Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 5969084

Browse files
Merge pull request #6 from ehmicky/chore/plugin-name
Rename `plugin.name`
2 parents d68e05a + e2b5367 commit 5969084

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ const pngquant = require("imagemin-pngquant");
1111
const svgo = require("imagemin-svgo");
1212

1313
module.exports = {
14-
name: "netlify-plugin-image-optim",
15-
1614
onPostBuild: async config => {
1715
const files = {};
1816
const glob = `${config.constants.BUILD_DIR}/**/*.{gif,jpg,jpeg,png,svg}`;

0 commit comments

Comments
 (0)