Merge branch 'master' into greenkeeper/url-loader-1.0.1
This commit is contained in:
commit
8f4bc70c26
2 changed files with 11 additions and 3 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">
|
<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
|
# Instructions
|
||||||
To install:
|
To install:
|
||||||
|
|
||||||
|
|
|
@ -61,11 +61,11 @@
|
||||||
"postcss-discard-comments": "^2.0.4",
|
"postcss-discard-comments": "^2.0.4",
|
||||||
"snazzy": "^7.0.0",
|
"snazzy": "^7.0.0",
|
||||||
"snyk": "^1.39.1",
|
"snyk": "^1.39.1",
|
||||||
"standard": "^10.0.3",
|
"style-loader": "^0.21.0",
|
||||||
"style-loader": "^0.20.1",
|
"standard": "^11.0.0",
|
||||||
"uglifyjs-webpack-plugin": "^1.1.8",
|
"uglifyjs-webpack-plugin": "^1.1.8",
|
||||||
"url-loader": "^1.0.1",
|
"url-loader": "^1.0.1",
|
||||||
"webpack": "^3.10.0",
|
"webpack": "^4.7.0",
|
||||||
"webpack-merge": "^4.1.1",
|
"webpack-merge": "^4.1.1",
|
||||||
"webpack-stream": "^4.0.0",
|
"webpack-stream": "^4.0.0",
|
||||||
"xterm": "^3.1.0"
|
"xterm": "^3.1.0"
|
||||||
|
|
Loading…
Reference in a new issue