mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Update node dependencies.
This commit is contained in:
parent
3fb22f0380
commit
3bcb1e3188
2 changed files with 3 additions and 2 deletions
2
node_modules/.gitignore
generated
vendored
2
node_modules/.gitignore
generated
vendored
|
@ -1,2 +1,2 @@
|
|||
canvas
|
||||
jsdom
|
||||
canvas
|
|
@ -4,7 +4,8 @@
|
|||
"main": "./src/node/index.js",
|
||||
"engines": { "node": ">= 0.4.0" },
|
||||
"dependencies": {
|
||||
"canvas": ">= 0.7.0"
|
||||
"canvas": ">= 0.7.0",
|
||||
"jsdom": ">= 0.6.0"
|
||||
},
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"contributors": [
|
||||
|
|
Loading…
Reference in a new issue