File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
2424 "url" : " https://github.com/kyranet/canvasConstructor/issues"
2525 },
2626 "homepage" : " https://github.com/kyranet/canvasConstructor#readme"
27- }
27+ }
Original file line number Diff line number Diff line change @@ -268,4 +268,4 @@ class CanvasConstructor {
268268
269269}
270270
271- module . exports = CanvasConstructor ;
271+ module . exports = CanvasConstructor ;
You can’t perform that action at this time.
0 commit comments