Browse Source

Merge branch 'master' into hy/npm-audit

Heather Young 5 years ago
parent
commit
c78bca978e
2 changed files with 12 additions and 3 deletions
  1. 9 0
      README.md
  2. 3 3
      package-lock.json

+ 9 - 0
README.md

@@ -13,3 +13,12 @@ You can retrieve your API key by visiting [https://accounts.simplewebrtc.com](ht
 3. `npm start`
 4. Go to [https://localhost:8080/](https://localhost:8080)
 
+
+## Deploying to Static/Shared Hosting
+
+1. `npm install`
+2. Edit `public/index.html` as described above.
+3. `npm run build`
+4. Copy the contents of the `./dist` folder to your hosting location.
+5. Ensure your hosting location is served via HTTPS.
+

+ 3 - 3
package-lock.json

@@ -6191,9 +6191,9 @@
       "integrity": "sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ=="
     },
     "handlebars": {
-      "version": "4.5.1",
-      "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.1.tgz",
-      "integrity": "sha512-C29UoFzHe9yM61lOsIlCE5/mQVGrnIOrOq7maQl76L7tYPCgC1og0Ajt6uWnX4ZTxBPnjw+CUvawphwCfJgUnA==",
+      "version": "4.5.3",
+      "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz",
+      "integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==",
       "requires": {
         "neo-async": "^2.6.0",
         "optimist": "^0.6.1",