mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Bump version to v0.9.19
This commit is contained in:
parent
7817bc4b4d
commit
bcd3fe2493
9 changed files with 2442 additions and 1865 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "paper",
|
"name": "paper",
|
||||||
"version": "0.9.18",
|
"version": "0.9.19",
|
||||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "http://paperjs.org",
|
"homepage": "http://paperjs.org",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "paper",
|
"name": "paper",
|
||||||
"version": "0.9.18",
|
"version": "0.9.19",
|
||||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repo": "paperjs/paper.js",
|
"repo": "paperjs/paper.js",
|
||||||
|
|
1297
dist/paper-core.js
vendored
1297
dist/paper-core.js
vendored
File diff suppressed because it is too large
Load diff
16
dist/paper-core.min.js
vendored
16
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
1613
dist/paper-full.js
vendored
1613
dist/paper-full.js
vendored
File diff suppressed because one or more lines are too long
18
dist/paper-full.min.js
vendored
18
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
1355
dist/paper-node.js
vendored
1355
dist/paper-node.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "paper",
|
"name": "paper",
|
||||||
"version": "0.9.18",
|
"version": "0.9.19",
|
||||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "http://paperjs.org",
|
"homepage": "http://paperjs.org",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
var __options = {
|
var __options = {
|
||||||
parser: 'acorn',
|
parser: 'acorn',
|
||||||
version: '0.9.18',
|
version: '0.9.19',
|
||||||
environment: 'browser',
|
environment: 'browser',
|
||||||
legacy: true,
|
legacy: true,
|
||||||
stats: true,
|
stats: true,
|
||||||
|
|
Loading…
Reference in a new issue