Remove node-pty from the development package.json

Thanks @Tyriar – closes #1468
This commit is contained in:
Matheus Fernandes 2017-01-31 18:01:42 -02:00
parent 28e7e8e75c
commit ef984a488d
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,7 @@
"mkdirp": "0.5.1",
"ms": "0.7.1",
"node-fetch": "1.6.3",
"node-pty": "0.6.0",
"node-pty": "0.6.2",
"semver": "5.3.0",
"shell-env": "0.2.0",
"uuid": "3.0.0",

View file

@ -87,7 +87,6 @@
"json-loader": "0.5.4",
"mousetrap": "1.6.0",
"ms": "0.7.2",
"node-pty": "0.6.2",
"object-values": "1.0.0",
"php-escape-shell": "1.0.0",
"react": "15.3.2",