summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorjugglinmike <mike@mikepennisi.com>2017-10-02 11:12:14 -0400
committerLeo Balter <leonardo.balter@gmail.com>2017-10-02 11:12:14 -0400
commita7f56167139977219a1ea481faf4683fc0900b46 (patch)
tree2633047f813145114236f2bcbd7cefb5fe309018 /package.json
parentf3b5a1e4c06aea72ddfa9c90d04f3dcb726081df (diff)
downloadqtdeclarative-testsuites-a7f56167139977219a1ea481faf4683fc0900b46.tar.gz
Introduce version number (#1255)
Changes to the instructions for interpreting tests will likely produce new failures for consumers who are updating between revisions of Test262. Introduce a machine-readable convention for signaling substantive changes.
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000..4392fe547
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "test262",
+ "version": "1.0.0",
+ "description": "Test262 tests conformance to the continually maintained draft future ECMAScript standard found at http://tc39.github.io/ecma262/ , together with any Stage 3 or later TC39 proposals.",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tc39/test262.git"
+ },
+ "license": "BSD",
+ "bugs": {
+ "url": "https://github.com/tc39/test262/issues"
+ },
+ "private": true,
+ "homepage": "https://github.com/tc39/test262#readme"
+}