Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Removed src/ from package
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLizu committed Sep 8, 2023
1 parent c35f659 commit a467928
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "webpfy",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility to convert images to WebP format",
"main": "dist/webpfy.js",
"types": "dist/webpfy.d.ts",
"types": "dist/webpfy.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
Expand All @@ -16,11 +16,17 @@
"bugs": {
"url": "https://github.com/IamLizu/webpfy/issues"
},
"keywords": ["webp", "image", "conversion", "utility", "typescript"],
"keywords": [
"webp",
"image",
"conversion",
"utility",
"typescript"
],
"author": "S. M. Mahmudul Hasan",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"typescript": "^5.2.2"
"typescript": "^5.2.2"
}
}

0 comments on commit a467928

Please sign in to comment.