1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00

Change filepath for new location of notices.

This commit is contained in:
Kevin Serrano 2017-02-02 15:59:39 -08:00
parent afb60b9061
commit 88882f547e
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -1,5 +1,5 @@
const EventEmitter = require('events').EventEmitter
const hardCodedNotices = require('../../development/notices.json')
const hardCodedNotices = require('../../notices/notices.json')
module.exports = class NoticeController extends EventEmitter {