Skip to content

Commit

Permalink
with the new functions some plugins don't nee lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncalabrese committed Jul 6, 2015
1 parent 4cfa776 commit 4d2263a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions lib/plugins/errorcodes.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

var _ = require('lodash');

function init() {

var TIME_10_MINS_MS = 10 * 60 * 1000;
Expand Down
2 changes: 0 additions & 2 deletions lib/plugins/rawbg.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

var _ = require('lodash');

function init() {

function rawbg() {
Expand Down
2 changes: 0 additions & 2 deletions lib/plugins/simplealarms.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

var _ = require('lodash');

function init() {

function simplealarms() {
Expand Down
2 changes: 0 additions & 2 deletions lib/plugins/treatmentnotify.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

var _ = require('lodash');

function init() {

var TIME_10_MINS_MS = 10 * 60 * 1000;
Expand Down

0 comments on commit 4d2263a

Please sign in to comment.