Skip to content

Commit

Permalink
added lodash requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vhbfernandes committed Apr 10, 2018
1 parent 0c2b8da commit 91caaba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/christmaspatrol.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
var _ = require('lodash')
module.exports = function (bb8,options) {
var radius = options.radius; //mm
var distance = 2*Math.PI*radius;
Expand Down

0 comments on commit 91caaba

Please sign in to comment.