Skip to content

Commit

Permalink
feat: fix library version
Browse files Browse the repository at this point in the history
  • Loading branch information
orlando committed Oct 21, 2023
1 parent b278165 commit 3062918
Show file tree
Hide file tree
Showing 3 changed files with 1,300 additions and 326 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ npm-debug.log*
lib
tmp
.cache

yarn-error.log
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimized-images-loader",
"version": "0.4.0",
"name": "next-optimized-images-loader",
"version": "0.4.1",
"description": "Automatically optimize images in webpack projects.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"@types/jest": "^26.0.0",
"@types/loader-utils": "^2.0.0",
"@types/loader-utils": "^2.0.5",
"@types/sharp": "^0.31.1",
"@types/svgo": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^3.8.0",
Expand All @@ -58,7 +58,7 @@
"jest": "^26.0.1",
"prettier": "^2.0.5",
"typescript": "^3.9.3",
"webpack": "^5.73.0"
"webpack": "^4.47.0"
},
"main": "lib/index.js",
"types": "images.d.ts",
Expand Down
Loading

0 comments on commit 3062918

Please sign in to comment.