Prebuilt module for commit b6d01e55e5

This commit is contained in:
Paper.js Bot 2020-05-23 19:45:49 +00:00
parent 4b6a17f3f0
commit af22d8cfb2
8 changed files with 15 additions and 15 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:31:49 2020 +0200
* Date: Sat May 23 21:42:04 2020 +0200
*
***
*

2
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:31:49 2020 +0200
* Date: Sat May 23 21:42:04 2020 +0200
*
***
*

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:31:49 2020 +0200
* Date: Sat May 23 21:42:04 2020 +0200
*
***
*

2
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:31:49 2020 +0200
* Date: Sat May 23 21:42:04 2020 +0200
*
***
*

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:31:49 2020 +0200
* Date: Sat May 23 21:42:04 2020 +0200
*
***
*

2
dist/paper.d.ts vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:31:49 2020 +0200
* Date: Sat May 23 21:42:04 2020 +0200
*
* This is an auto-generated type definition.
*/

16
package-lock.json generated
View file

@ -2217,9 +2217,9 @@
}
},
"gulp-git": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/gulp-git/-/gulp-git-2.8.1.tgz",
"integrity": "sha512-mK2C0whU7PrdnfLDWnsFPe0Yo+CxbNmmfOoh7vRMO4Z4eYbJNkKMMhEmzzAbzJeEhXG4gT608N/KLhA+hPlVxA==",
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/gulp-git/-/gulp-git-2.10.1.tgz",
"integrity": "sha512-qiXYYDXchMZU/AWAgtphi4zbJb/0gXgfPw7TlZwu/7qPS3Bdcc3zbVe1B0xY9S8on6RQTmWoi+KaTGACIXQeNg==",
"dev": true,
"requires": {
"any-shell-escape": "^0.1.1",
@ -2286,13 +2286,13 @@
}
},
"gulp-git-streamed": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/gulp-git-streamed/-/gulp-git-streamed-2.8.1.tgz",
"integrity": "sha512-Mepzet53KqawzoUApKnUrPYysHRmwBLt9wR/rvOd6JypsgiR1Zc6vgqKr6g8XV8spLEiMcDyLbae7E3snoiF2w==",
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/gulp-git-streamed/-/gulp-git-streamed-2.10.1.tgz",
"integrity": "sha512-ZEpQuF5vF7s5sfmDkhsLgww8nsp3RV3AiI/fzRPkWcfEvNxcTC6ySKLPQ1800e8CpLNe6erhHtghz7O0pZnbsw==",
"dev": true,
"requires": {
"gulp-git": "~2.8.0",
"through2": "^2.0.0"
"gulp-git": "~2.10.1",
"through2": "^2.0.3"
}
},
"gulp-jshint": {

View file

@ -55,7 +55,7 @@
"del": "^4.1.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.0",
"gulp-git-streamed": "^2.8.1",
"gulp-git-streamed": "^2.10.1",
"gulp-jshint": "^2.1.0",
"gulp-json-editor": "^2.5.2",
"gulp-prepro": "^2.4.0",