mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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",
|
"name": "paper",
|
||||||
"version": "0.8.1",
|
"version": "0.8.2",
|
||||||
"main": "./src/node/index.js",
|
"main": "./src/node/index.js",
|
||||||
"engines": { "node": ">= 0.4.0" },
|
"engines": { "node": ">= 0.4.0" },
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -14,5 +14,5 @@
|
||||||
],
|
],
|
||||||
"homepage": "http://paperjs.org",
|
"homepage": "http://paperjs.org",
|
||||||
"repository": "git://github.com/paperjs/paper.js",
|
"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