Skip to content

Commit 2e73124

Browse files
authored
Add files via upload
1 parent 63cf47b commit 2e73124

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1",
4-
"description": "A ES6 Class for node-canvas with built-in functions and chained methods.",
3+
"version": "0.1.2",
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+
}

src/canvas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@ class CanvasConstructor {
268268

269269
}
270270

271-
module.exports = CanvasConstructor;
271+
module.exports = CanvasConstructor;

0 commit comments

Comments
 (0)