Skip to content

Commit 63cf47b

Browse files
authored
Update package.json
1 parent d3cdbda commit 63cf47b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "canvas-constructor",
3-
"version": "0.1.0",
4-
"description": "A ES6 function for node-canvas with built-in functions and chained methods.",
3+
"version": "0.1.1",
4+
"description": "A ES6 Class for node-canvas with built-in functions and chained methods.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -24,4 +24,4 @@
2424
"url": "https://github.com/kyranet/canvasConstructor/issues"
2525
},
2626
"homepage": "https://github.com/kyranet/canvasConstructor#readme"
27-
}
27+
}

0 commit comments

Comments
 (0)