diff --git a/package.json b/package.json index c957b40b..c4645049 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "url": "git://github.com/webtorrent/webtorrent-desktop.git" }, "scripts": { - "build": "buble src --output build", + "build": "buble src --target chrome:71 --output build", "clean": "node ./bin/clean.js", "gh-release": "gh-release", "install-system-deps": "brew install fakeroot dpkg",