mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38:41 -09:00
Remove node-pty from the development package.json
Thanks @Tyriar – closes #1468
This commit is contained in:
parent
28e7e8e75c
commit
ef984a488d
2 changed files with 1 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
"mkdirp": "0.5.1",
|
"mkdirp": "0.5.1",
|
||||||
"ms": "0.7.1",
|
"ms": "0.7.1",
|
||||||
"node-fetch": "1.6.3",
|
"node-fetch": "1.6.3",
|
||||||
"node-pty": "0.6.0",
|
"node-pty": "0.6.2",
|
||||||
"semver": "5.3.0",
|
"semver": "5.3.0",
|
||||||
"shell-env": "0.2.0",
|
"shell-env": "0.2.0",
|
||||||
"uuid": "3.0.0",
|
"uuid": "3.0.0",
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,6 @@
|
||||||
"json-loader": "0.5.4",
|
"json-loader": "0.5.4",
|
||||||
"mousetrap": "1.6.0",
|
"mousetrap": "1.6.0",
|
||||||
"ms": "0.7.2",
|
"ms": "0.7.2",
|
||||||
"node-pty": "0.6.2",
|
|
||||||
"object-values": "1.0.0",
|
"object-values": "1.0.0",
|
||||||
"php-escape-shell": "1.0.0",
|
"php-escape-shell": "1.0.0",
|
||||||
"react": "15.3.2",
|
"react": "15.3.2",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue