diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-08-15 17:22:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-15 17:22:23 -0400 |
commit | d8649f40d59356361ce470cc220dca6c62a66388 (patch) | |
tree | 15f4fe00721375aa77afe2e840d22e85b10dace3 /package.json | |
parent | 587822c16e3f573362fdfe291c9afc37ca31bb15 (diff) |
JSON-schema-based profile conditions (#730)
* Add ProfileConditions class
* Add URL to VM
* Add new ProfileConditions tests
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4a788980..8bbf883a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "node ./dev/build.js", "test": "npm run test-lint && npm run test-code && npm run test-manifest", "test-lint": "eslint . && node ./test/lint/global-declarations.js", - "test-code": "node ./test/test-schema.js && node ./test/test-dictionary.js && node ./test/test-database.js && node ./test/test-document-util.js && node ./test/test-object-property-accessor.js && node ./test/test-japanese.js && node ./test/test-text-source-map.js && node ./test/test-dom-text-scanner.js && node ./test/test-cache-map.js", + "test-code": "node ./test/test-schema.js && node ./test/test-dictionary.js && node ./test/test-database.js && node ./test/test-document-util.js && node ./test/test-object-property-accessor.js && node ./test/test-japanese.js && node ./test/test-text-source-map.js && node ./test/test-dom-text-scanner.js && node ./test/test-cache-map.js && node ./test/test-profile-conditions.js", "test-manifest": "node ./test/test-manifest.js" }, "repository": { |