From a7f56167139977219a1ea481faf4683fc0900b46 Mon Sep 17 00:00:00 2001 From: jugglinmike Date: Mon, 2 Oct 2017 11:12:14 -0400 Subject: 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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" +} -- cgit v1.2.1