mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Release version v0.9.25
This commit is contained in:
parent
1820507653
commit
a1e4b9fa3c
8 changed files with 28106 additions and 1007 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "paper",
|
"name": "paper",
|
||||||
"version": "0.9.24",
|
"version": "0.9.25",
|
||||||
"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",
|
||||||
|
|
2450
dist/paper-core.js
vendored
2450
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
1
dist/paper-full.js
vendored
1
dist/paper-full.js
vendored
|
@ -1 +0,0 @@
|
||||||
../src/load.js
|
|
13704
dist/paper-full.js
vendored
Normal file
13704
dist/paper-full.js
vendored
Normal file
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
1
dist/paper-node.js
vendored
1
dist/paper-node.js
vendored
|
@ -1 +0,0 @@
|
||||||
../src/load.js
|
|
12917
dist/paper-node.js
vendored
Normal file
12917
dist/paper-node.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "paper",
|
"name": "paper",
|
||||||
"version": "0.9.24",
|
"version": "0.9.25",
|
||||||
"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",
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
// The paper.js version.
|
// The paper.js version.
|
||||||
// NOTE: Adjust value here before calling publish.sh, which then updates and
|
// NOTE: Adjust value here before calling publish.sh, which then updates and
|
||||||
// publishes the various JSON package files automatically.
|
// publishes the various JSON package files automatically.
|
||||||
var version = '0.9.24';
|
var version = '0.9.25';
|
||||||
|
|
||||||
var __options = {
|
var __options = {
|
||||||
// If this file is loaded in the browser, we're in dev mode through load.js
|
// If this file is loaded in the browser, we're in dev mode through load.js
|
||||||
|
|
Loading…
Reference in a new issue