mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-06-08 11:14:15 -04:00
Release version 0.10.2
This commit is contained in:
parent
0311c267f5
commit
a02f181c00
7 changed files with 28952 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.2",
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"license": "MIT",
|
||||
"repo": "paperjs/paper.js",
|
||||
|
|
14249
dist/paper-core.js
vendored
Normal file
14249
dist/paper-core.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
38
dist/paper-core.min.js
vendored
Normal file
38
dist/paper-core.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
14623
dist/paper-full.js
vendored
Normal file
14623
dist/paper-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
39
dist/paper-full.min.js
vendored
Normal file
39
dist/paper-full.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.2",
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"license": "MIT",
|
||||
"homepage": "http://paperjs.org",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
// The paper.js version.
|
||||
// NOTE: Adjust value here before calling `gulp publish`, which then updates and
|
||||
// publishes the various JSON package files automatically.
|
||||
var version = '0.10.1';
|
||||
var version = '0.10.2';
|
||||
// If this file is loaded in the browser, we're in load.js mode.
|
||||
var load = typeof window === 'object';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue