reskindex

This commit is contained in:
Luke Barnard 2017-05-08 10:01:18 +01:00
parent f14c2a0a71
commit c783f701dd

View File

@ -1,6 +1,5 @@
/* /*
Copyright 2015, 2016 OpenMarket Ltd Copyright 2015, 2016 OpenMarket Ltd
Copyright 2017 Vector Creations Ltd
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@ -20,6 +19,9 @@ limitations under the License.
* You can edit it you like, but your changes will be overwritten, * You can edit it you like, but your changes will be overwritten,
* so you'd just be trying to swim upstream like a salmon. * so you'd just be trying to swim upstream like a salmon.
* You are not a salmon. * You are not a salmon.
*
* To update it, run:
* ./reskindex.js -h header
*/ */
module.exports.components = require('matrix-react-sdk/lib/component-index').components; module.exports.components = require('matrix-react-sdk/lib/component-index').components;