59d299ba3f
Fix a bug with paragraph text direction that an incorrect unit test wasn't detecting. Change-Id: I73418ea8a90da097078d93ddf8692a55488f672f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/292366 Commit-Queue: Nathaniel Nifong <nifong@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"name": "canvaskit-local",
|
|
"version": "0.0.0",
|
|
"description": "private",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"is-docker": "~1.1.0",
|
|
"jasmine-core": "~3.1.0",
|
|
"karma": "~3.0.0",
|
|
"karma-chrome-launcher": "~2.2.0",
|
|
"karma-coverage": "^2.0.2",
|
|
"karma-jasmine": "~1.1.2",
|
|
"requirejs": "~2.3.5"
|
|
},
|
|
"scripts": {
|
|
"test": "make test-continuous"
|
|
},
|
|
"author": "",
|
|
"license": "BSD-3-Clause"
|
|
}
|