Add buble compiler target chrome version (#1695)

Add buble compiler target chrome version
This commit is contained in:
Feross Aboukhadijeh
2019-09-15 12:36:14 -07:00
committed by GitHub

View File

@@ -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",