mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add migration to index
This commit is contained in:
parent
4dc71ed57b
commit
c9024655d3
@ -1,5 +1,5 @@
|
|||||||
/* The migrator has two methods the user should be concerned with:
|
/* The migrator has two methods the user should be concerned with:
|
||||||
*
|
*
|
||||||
* getData(), which returns the app-consumable data object
|
* getData(), which returns the app-consumable data object
|
||||||
* saveData(), which persists the app-consumable data object.
|
* saveData(), which persists the app-consumable data object.
|
||||||
*/
|
*/
|
||||||
@ -20,4 +20,5 @@ module.exports = [
|
|||||||
require('./007'),
|
require('./007'),
|
||||||
require('./008'),
|
require('./008'),
|
||||||
require('./009'),
|
require('./009'),
|
||||||
|
require('./010'),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user