mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Update package.json for new release on NPM.
This commit is contained in:
parent
c5627d141e
commit
e5ed88462c
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"main": "./src/node/index.js",
|
||||
"engines": { "node": ">= 0.4.0" },
|
||||
"dependencies": {
|
||||
|
@ -14,5 +14,5 @@
|
|||
],
|
||||
"homepage": "http://paperjs.org",
|
||||
"repository": "git://github.com/paperjs/paper.js",
|
||||
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "paper.js"]
|
||||
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "canvs", "svg", "paper.js"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue