Merge branch 'master' into greenkeeper/style-loader-0.21.0
This commit is contained in:
commit
25d454d405
2 changed files with 10 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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.21.0",
|
||||
"standard": "^11.0.0",
|
||||
"uglifyjs-webpack-plugin": "^1.1.8",
|
||||
"url-loader": "^0.6.2",
|
||||
"webpack": "^3.10.0",
|
||||
"webpack": "^4.7.0",
|
||||
"webpack-merge": "^4.1.1",
|
||||
"webpack-stream": "^4.0.0",
|
||||
"xterm": "^3.1.0"
|
||||
|
|
Loading…
Reference in a new issue