Skip to content

Commit

Permalink
🐛 fix dependency
Browse files Browse the repository at this point in the history
paulsonnentag committed Apr 14, 2017
1 parent e76220f commit 38e43f1
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ const panelGroupModel = require('./components/panel-group').model
const levelModel = require('./models/tutorial')
const clientModel = require('./models/client')(P2P_CONFIG)
const presenterModel = require('./models/presenter')(P2P_CONFIG)
const prepfight = require('./node_modules/action-overlay')('prepfight')
const prepfight = require('action-overlay')('prepfight')

const app = choo()

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"lodash": "^4.16.4",
"pathfinding": "0.4.18",
"peer-star": "git://github.com/robotopia-x/networking.git",
"prep-fight": "git://github.com/robotopia-x/start_action_screen.git",
"action-overlay": "git://github.com/robotopia-x/start_action_screen.git",
"sheetify": "^5.1.1",
"uid": "0.0.2",
"x2js": "https://github.com/abdmob/x2js.git"

0 comments on commit 38e43f1

Please sign in to comment.