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",
|
"name": "@valkyriecoms/sharp-read-bmp",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "",
|
"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",
|
"main": "built/index.js",
|
||||||
"types": "built/index.d.ts",
|
"types": "built/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -13,10 +19,6 @@
|
||||||
"built",
|
"built",
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"type": "module",
|
|
||||||
"keywords": [],
|
|
||||||
"author": "Toastie <toastie@toastiet0ast.com",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"decode-bmp": "^0.2.1",
|
"decode-bmp": "^0.2.1",
|
||||||
"decode-ico": "^0.4.1",
|
"decode-ico": "^0.4.1",
|
||||||
|
|
Loading…
Reference in a new issue