v1.1.1
This commit is contained in:
parent
9a95a840df
commit
e32f3dbfd5
1 changed files with 8 additions and 6 deletions
14
package.json
14
package.json
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"name": "@valkyriecoms/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": "Toastie <toastie@toastiet0ast.com",
|
||||
"license": "MIT",
|
||||
"repository": "https://toastielab.dev/Valkyriecoms/sharp-read-bmp.git",
|
||||
"bugs": "https://toastielab.dev/Valkyriecoms/sharp-read-bmp/issues",
|
||||
"main": "built/index.js",
|
||||
"types": "built/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -13,10 +19,6 @@
|
|||
"built",
|
||||
"LICENSE"
|
||||
],
|
||||
"type": "module",
|
||||
"keywords": [],
|
||||
"author": "Toastie <toastie@toastiet0ast.com",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"decode-bmp": "^0.2.1",
|
||||
"decode-ico": "^0.4.1",
|
||||
|
|
Loading…
Reference in a new issue