Skip to content

Commit

Permalink
updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed Nov 27, 2014
1 parent 5589a00 commit ff801f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Empty file removed util.js
Empty file.
6 changes: 1 addition & 5 deletions vecutil.js
Expand Up @@ -10,10 +10,6 @@ module.exports = {
create: create,
clone: clone,
copy: require('gl-vec2/copy'),
add: require('gl-vec2/add'),
subtract: require('gl-vec2/subtract'),
set: require('gl-vec2/set'),
scaleAndAdd: require('gl-vec2/scaleAndAdd'),
dot: require('gl-vec2/dot'),
normalize: require('gl-vec2/normalize')
dot: require('gl-vec2/dot')
}

0 comments on commit ff801f3

Please sign in to comment.