Skip to content

Commit 35cc133

Browse files
committed
fixing meteor adding angular-simple-logger
1 parent cb7be9c commit 35cc133

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ Package.onUse(function(api) {
1818
api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0']);
1919

2020
api.use([
21+
'stevezhu:lodash@1.0.2',
2122
'angular:angular@1.2.0',
22-
'stevezhu:lodash@1.0.2'
23+
'nmccready:angular-simple-logger@0.0.1'
2324
], where);
2425

2526
api.addFiles('dist/angular-google-maps.js', where);

0 commit comments

Comments
 (0)