2722083cbe
This removes the buggy .then() constructor, primarily. Docs-Preview: https://skia.org/?cl=195126 Bug: skia: Change-Id: Ie20512267ce3f822eb0d68e71fc07f3d3245c1e9 Reviewed-on: https://skia-review.googlesource.com/c/195126 Auto-Submit: Kevin Lubick <kjlubick@google.com> Reviewed-by: Joe Gregorio <jcgregorio@google.com> Commit-Queue: Joe Gregorio <jcgregorio@google.com>
12 lines
323 B
JSON
12 lines
323 B
JSON
{
|
|
"name": "pathkit-wasm",
|
|
"version": "0.6.0",
|
|
"description": "A WASM version of Skia's PathOps toolkit",
|
|
"main": "bin/pathkit.js",
|
|
"homepage": "https://github.com/google/skia/tree/master/modules/pathkit",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"license": "BSD-3-Clause"
|
|
}
|