Merge branch 'master' into greenkeeper/url-loader-1.0.1

This commit is contained in:
Bill Church 2018-05-10 10:10:38 -04:00 committed by GitHub
commit 8f4bc70c26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 3 deletions

View file

@ -8,6 +8,14 @@ A bare bones example of an HTML5 web-based terminal emulator and SSH client. We
<img width="600" height="340" alt="WebSSH2 v0.2.0 demo" src="https://github.com/billchurch/WebSSH2/raw/master/screenshots/demo-800.gif">
# Requirements
Node v6.x or above. If using <v6.x you should be able to run by replacing the "read-config" package to @1 like this (after a clone):
`npm install --save read-config@1
`
Just keep in mind that there is no intention to ensure compatability with Node < v6.x
# Instructions
To install:

View file

@ -61,11 +61,11 @@
"postcss-discard-comments": "^2.0.4",
"snazzy": "^7.0.0",
"snyk": "^1.39.1",
"standard": "^10.0.3",
"style-loader": "^0.20.1",
"style-loader": "^0.21.0",
"standard": "^11.0.0",
"uglifyjs-webpack-plugin": "^1.1.8",
"url-loader": "^1.0.1",
"webpack": "^3.10.0",
"webpack": "^4.7.0",
"webpack-merge": "^4.1.1",
"webpack-stream": "^4.0.0",
"xterm": "^3.1.0"