Skip to content

Commit

Permalink
Downgrade detect-browsers version.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Vilk committed Sep 1, 2016
1 parent 1b07e54 commit a82c9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulptasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const rollup = require('gulp-rollup'),
inject = require('rollup-plugin-inject'),
connect = require('gulp-connect'),
remapIstanbul = require('remap-istanbul/lib/gulpRemapIstanbul'),
installedBrowsers = (<{name: string}[]> require('detect-browsers').getInstalledBrowsersSync())
installedBrowsers = (<{name: string}[]> require('detect-browsers').getInstalledBrowsers())
.map((item) => item.name)
// Remove duplicates, and items with a space in them.
.filter((name, index, arr) => arr.indexOf(name) === index && arr.indexOf(' ') === -1),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"bfs-process": "^0.1.6",
"buffer": "^4.9.0",
"coffee-script": "^1.10.0",
"detect-browsers": "^3.3.0",
"detect-browsers": "^2.0.0",
"dropbox": "^0.10.3",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
Expand Down

0 comments on commit a82c9ac

Please sign in to comment.