fix for canvas so no one encounters an error like me (#212)

idk if its just me who had this issue, but this assuming it fixed for me no one should encounter an error with canvas version changed.
Literally all this does is change line 12 from "^2.8.0" to "2.8.0" again dont know if everyone will have this error but ye you would know if you accept the changes
This commit is contained in:
Noob1fy 2022-04-17 12:03:00 -04:00 committed by GitHub
parent fe5c909581
commit 7aef474a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
},
"dependencies": {
"ag-psd": "^14.3.2",
"canvas": "^2.8.0",
"canvas": "2.8.0",
"compression": "^1.7.4",
"connect-timeout": "^1.9.0",
"express": "^4.17.1",