Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Dec 30, 2023
1 parent 87af35c commit 05f9938
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "@misskey-dev/sharp-read-bmp",
"version": "1.1.0",
"description": "",
"version": "1.1.1",
"description": "Function for reading bmp and ico and returning a sharp instance",
"type": "module",
"keywords": [],
"author": "tamaina <[email protected]>",
"license": "ISC",
"repository": "https://github.com/misskey-dev/sharp-read-bmp.git",
"bugs": "https://github.com/misskey-dev/sharp-read-bmp/issues",
"main": "built/index.js",
"types": "built/index.d.ts",
"scripts": {
Expand All @@ -13,10 +19,6 @@
"built",
"LICENSE"
],
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"decode-bmp": "^0.2.1",
"decode-ico": "^0.4.1",
Expand Down

0 comments on commit 05f9938

Please sign in to comment.