Switch to using location-history package

https://npmjs.com/package/location-history
This commit is contained in:
Feross Aboukhadijeh
2016-07-28 20:07:12 -07:00
parent 43a81f725f
commit 536f04985f
6 changed files with 15 additions and 139 deletions

View File

@@ -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 {
/*