Skip to content

Commit fe60c6b

Browse files
committed
Update dependencies
1 parent 7c69b21 commit fe60c6b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5
1+
6

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ env:
22
global:
33
secure: tda2UN8Wif3bVBGJD5UJaXRhsE0E+bz/kZ+qudJp6LpCeb4RpV50kTIzDWEGjHF0Lubi/9xV0nGz+EvzcOWlDgdcBIMrVG38BgTSVtGyAsyeDPdO6K7wmFs5NyC/g7L0JBM7axjBeydYkRei/mmd1SJyvfLssFKHSYXfB2RZSRnnGDEEHNRuWmTQ1xCZap8upHUL3r67WrvRCl+o8MsBH2yFfTQD1BT3Di7StNwS1IH9/mLUzIPjx61hq8VBjF8kAzR1DOB0Mk3ll68tZ2gVhg80t3qe/ulSpJ0ox9IuHzLn2uEUdQR2frcoVLMCiqahZxitwBLncmgSoNgrr9+KVR65tjRfBrudElg//4Pi9enarOoGNXjDAi0dmlel7ayD0cpHmUPi4fGsQEzJw0HAIw/3VK6+Co3jt6uPssfAmW/VQbhGmV6POqM/opKJg4s78fgf4DvDbDPcl9d8mXelnc04SzbK3+AqndeuDKm29dvxQDDa/Hl7VUuyzft1CXr5+bgug6ZLw5n6xaF/zzPcGai4Hh4kGCM0jISbb75DRGt/m2BD4LtEgDCe08eDuSqU2YQpXzrowFLd6LkwtWofcLCIEkXcgusiJTmb0+bhDESqLvxaVTtd3A+pHzcptugHvLuA9CzJ15YPGg2czl+PVkrcVjYR+J/KbM5VsmQ9gv0=
44
after_success:
5-
- $(npm bin)/set-up-ssh -k "${encrypted_fa862907f31d_key}"
6-
-iv "${encrypted_fa862907f31d_iv}"
5+
- $(npm bin)/set-up-ssh --key "${encrypted_fa862907f31d_key}"
6+
--iv "${encrypted_fa862907f31d_iv}"
77
--path-encrypted-key .travis-github-deploy-key.enc
88
- $(npm bin)/update-branch --commands 'npm run build'
99
--commit-message "Update gh-pages @ ${TRAVIS_COMMIT}"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Benchmark.js wrapper for jsPerf [![Build status](https://travis-ci.org/jsperf/build-benchmark.js-wrapper.svg)](https://travis-ci.org/jsperf/build-benchmark.js-wrapper)
1+
# Benchmark.js wrapper for jsPerf [![Build status](https://travis-ci.org/jsperf/benchmark.js-wrapper.svg)](https://travis-ci.org/jsperf/benchmark.js-wrapper)
22

33
This repository hosts scripts that generate the special jsPerf-specific build of Benchmark.js.
44

5-
Demo / test page: <https://jsperf.github.io/build-benchmark.js-wrapper/>
5+
Demo / test page: <https://jsperf.github.io/benchmark.js-wrapper/>
66

77
## Why does jsPerf need a special build?
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"bugs": "https://github.com/jsperf/benchmark.js-wrapper/issues",
2020
"devDependencies": {
21-
"@alrra/travis-scripts": "^2.0.0",
21+
"@alrra/travis-scripts": "^3.0.1",
2222
"benchmark": "2.1.0",
2323
"gulp": "^3.9.0",
2424
"gulp-add-src": "^0.2.0",

0 commit comments

Comments
 (0)