Skip to content

Commit

Permalink
Change to use kb-bindings instead of kb-controls
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Dec 26, 2013
1 parent d7da1f4 commit 791c74a
Show file tree
Hide file tree
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
Expand Up @@ -18,7 +18,7 @@ var glMatrix = require('gl-matrix')
var vector = glMatrix.vec3
var SpatialEventEmitter = require('spatial-events')
var regionChange = require('voxel-region-change')
var kb = require('kb-controls')
var kb = require('kb-bindings')
var physical = require('voxel-physical')
var pin = require('pin-it')
var tic = require('tic')()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"inherits": "1.0.0",
"interact": "0.0.2",
"gl-matrix": "2.0.0",
"kb-controls": "0.0.2",
"kb-bindings": "0.0.3",
"spatial-events": "0.0.1",
"spatial-trigger": "0.0.0",
"collide-3d-tilemap": "0.0.1",
Expand Down

0 comments on commit 791c74a

Please sign in to comment.