Revert "Remove package-lock.json for now"

pull/7128/head
David Baker 2018-08-02 10:02:09 +01:00 committed by GitHub
parent 86a6f1e932
commit dcde74bc09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9625 additions and 5 deletions

3
.gitignore vendored
View File

@ -19,6 +19,3 @@ electron/pub
/config.json.*
/config.local*.json
/src/component-index.js
# https://github.com/vector-im/riot-web/issues/7083
package-lock.json

9623
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -25,13 +25,13 @@ require('gfm.css/gfm.css');
require('highlight.js/styles/github.css');
require('draft-js/dist/Draft.css');
/*const rageshake = require("matrix-react-sdk/lib/rageshake/rageshake");
const rageshake = require("matrix-react-sdk/lib/rageshake/rageshake");
rageshake.init().then(() => {
console.log("Initialised rageshake: See https://bugs.chromium.org/p/chromium/issues/detail?id=583193 to fix line numbers on Chrome.");
rageshake.cleanup();
}, (err) => {
console.error("Failed to initialise rageshake: " + err);
});*/
});
window.addEventListener('beforeunload', (e) => {
console.log('riot-web closing');