Skip to content

Commit 6d278eb

Browse files
maxbeattymathiasbynens
authored andcommitted
Update dependencies
Fixes #3.
1 parent 152abb1 commit 6d278eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const remoteSrc = require('gulp-remote-src');
99
const replace = require('gulp-replace');
1010
const uglify = require('gulp-uglify');
1111

12-
const BENCHMARKJS_VERSION = '2.1.0';
12+
const BENCHMARKJS_VERSION = require('./package.json').devDependencies.benchmark;
1313
const requestOptions = {
1414
'gzip': true,
1515
'strictSSL': true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bugs": "https://github.com/jsperf/benchmark.js-wrapper/issues",
2020
"devDependencies": {
2121
"@alrra/travis-scripts": "^3.0.1",
22-
"benchmark": "2.1.0",
22+
"benchmark": "2.1.1",
2323
"gulp": "^3.9.0",
2424
"gulp-add-src": "^0.2.0",
2525
"gulp-concat": "^2.6.0",

0 commit comments

Comments
 (0)