Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Oct 8, 2019
1 parent 173e1f0 commit 7ffba30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
binaries="
v8-7.5.288
v8-7.6.303
v8-7.7.299
v8-7.8.279
v8
chakra
javascriptcore
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"private": true,
"scripts": {
"fetch-payload": "curl -s https://raw.githubusercontent.com/WebKit/webkit/ffdd2799d3237993354978b9d0cdd1d248fe3787/PerformanceTests/JetStream2/SeaMonster/inspector-json-payload.js | sed 's/let obj/module.exports/' > data.js",
"install-js-engines": "jsvu && jsvu v8@7.6 && jsvu v8@7.5",
"install-js-engines": "jsvu && jsvu v8@7.8 && jsvu v8@7.7 && jsvu v8@7.6 && jsvu v8@7.5",
"build": "mkdir -p out && node build.js",
"postinstall": "npm run fetch-payload && npm run install-js-engines && npm run build",
"bench": "./bench.sh"
},
"devDependencies": {
"jsvu": "^1.8.2"
"jsvu": "^1.9.3"
}
}

0 comments on commit 7ffba30

Please sign in to comment.