Update dependencies in package.json (#2138)

This commit is contained in:
Leo Balter 2019-04-24 17:26:45 -04:00 committed by GitHub
parent f4e60b8f20
commit 705d78299c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
"private": true,
"homepage": "https://github.com/tc39/test262#readme",
"devDependencies": {
"jsvu": "^1.6.1",
"test262-harness": "^4.7.0"
"jsvu": "^1.7.1",
"test262-harness": "^6.2.0"
},
"scripts": {
"test": "./tools/scripts/ci_test.sh"