Skip to content

Commit 0833029

Browse files
committed
build: bump version to v1.0.1
1 parent 55222a5 commit 0833029

File tree

2 files changed

+468
-25
lines changed

2 files changed

+468
-25
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minecraft-text-canvas",
3-
"version": "1.0.0",
4-
"description": "Render Minecraft text to a Buffer using node-canvas",
3+
"version": "1.0.1",
4+
"description": "Generate images of Minecraft text using markup.",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"exports": {
@@ -43,6 +43,7 @@
4343
"@typescript-eslint/parser": "^5.30.6",
4444
"copyfiles": "^2.4.1",
4545
"eslint": "^8.18.0",
46+
"node-gyp": "^10.1.0",
4647
"typescript": "^4.5.5"
4748
}
4849
}

0 commit comments

Comments
 (0)