fix pty.js dependencies in shrinkwrap

This commit is contained in:
Joao Moreno 2016-06-15 12:39:13 +02:00
parent f9cbc1f511
commit a610f9907f

9
npm-shrinkwrap.json generated
View file

@ -343,7 +343,14 @@
"pty.js": {
"version": "0.3.0",
"from": "https://github.com/Tyriar/pty.js/tarball/fffbf86eb9e8051b5b2be4ba9c7b07faa018ce8d",
"resolved": "https://github.com/Tyriar/pty.js/tarball/fffbf86eb9e8051b5b2be4ba9c7b07faa018ce8d"
"resolved": "https://github.com/Tyriar/pty.js/tarball/fffbf86eb9e8051b5b2be4ba9c7b07faa018ce8d",
"dependencies": {
"extend": {
"version": "1.2.1",
"from": "extend@>=1.2.1 <1.3.0",
"resolved": "https://registry.npmjs.org/extend/-/extend-1.2.1.tgz"
}
}
},
"randomatic": {
"version": "1.1.5",