Skip to content

Commit cd69a0f

Browse files
author
Forest Hoffman
committed
Enable user namespace cloning
1 parent 460e97b commit cd69a0f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ before_install:
4747
ca-certificates
4848
fonts-liberation
4949
libappindicator1
50-
libnss3
5150
lsb-release
5251
xdg-utils
5352
wget; fi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"path-browserify": "^1.0.0",
3737
"preload-webpack-plugin": "^3.0.0-beta.2",
3838
"ps-list": "^6.3.0",
39-
"puppeteer": "^1.14.0",
39+
"puppeteer": "1.11.0",
4040
"sass-loader": "^7.1.0",
4141
"string-replace-loader": "^2.1.1",
4242
"style-loader": "^0.23.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5398,10 +5398,10 @@ punycode@^2.1.0, punycode@^2.1.1:
53985398
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
53995399
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
54005400

5401-
puppeteer@^1.14.0:
5402-
version "1.14.0"
5403-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.14.0.tgz#828c1926b307200d5fc8289b99df4e13e962d339"
5404-
integrity sha512-SayS2wUX/8LF8Yo2Rkpc5nkAu4Jg3qu+OLTDSOZtisVQMB2Z5vjlY2TdPi/5CgZKiZroYIiyUN3sRX63El9iaw==
5401+
puppeteer@1.11.0:
5402+
version "1.11.0"
5403+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.11.0.tgz#63cdbe12b07275cd6e0b94bce41f3fcb20305770"
5404+
integrity sha512-iG4iMOHixc2EpzqRV+pv7o3GgmU2dNYEMkvKwSaQO/vMZURakwSOn/EYJ6OIRFYOque1qorzIBvrytPIQB3YzQ==
54055405
dependencies:
54065406
debug "^4.1.0"
54075407
extract-zip "^1.6.6"

0 commit comments

Comments
 (0)