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.
package.json
0 → 100644
{ | |||
"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" | |||
} |
Please register or sign in to comment