Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 5a37b27

Browse files
committed
made dependency to 3.0.0 instead
1 parent 75c127c commit 5a37b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Package.onUse(function(api) {
1818
api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0']);
1919

2020
api.use([
21-
'stevezhu:lodash@3.10.1',
21+
'stevezhu:lodash@3.0.0',
2222
'angular:angular@1.2.0',
2323
'nmccready:angular-simple-logger@0.0.1'
2424
], where);

0 commit comments

Comments
 (0)