Switch to using location-history package
https://npmjs.com/package/location-history
This commit is contained in:
@@ -15,7 +15,7 @@ var State = module.exports = Object.assign(new EventEmitter(), {
|
||||
appConfig.filePath = path.join(config.CONFIG_PATH, 'config.json')
|
||||
|
||||
function getDefaultState () {
|
||||
var LocationHistory = require('./location-history')
|
||||
var LocationHistory = require('location-history')
|
||||
|
||||
return {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user