File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11accounts-base@1.2.2
2- angular-meteor-auth@0.2.2
3- angular-meteor-data@0 .3.0
2+ angular-meteor-auth@1.0.0
3+ angular-meteor-data@1 .3.9
44angular:angular@1.4.8
55angular:angular-mocks@1.4.8
66babel-compiler@5.8.24_1
@@ -32,7 +32,7 @@ htmljs@1.0.5
3232id-map@1.0.4
3333jquery@1.11.4
3434lai:collection-extensions@0.1.4
35- local-test:angular-meteor-auth@0.2.2
35+ local-test:angular-meteor-auth@1.0.0
3636localstorage@1.0.5
3737logging@1.0.8
3838meteor@1.1.10
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-meteor-auth" ,
33 "main" : " ./dist/angular-meteor-auth.bundle.min.js" ,
4- "version" : " 0.2.2 " ,
4+ "version" : " 1.0.0 " ,
55 "homepage" : " https://github.com/Urigo/angular-meteor-auth" ,
66 "authors" : [
77 " Uri Goldshtein <uri.goldshtein@gmail.com>"
4242 "dependencies" : {
4343 "meteor-client-side" : " ~0.2.2" ,
4444 "angular" : " 1.4.4" ,
45- "angular-meteor" : " ~1.3.0 "
45+ "angular-meteor" : " ~1.3.9 "
4646 }
4747}
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : "angular-meteor-auth" ,
33 summary : "Angular-Meteor authentication module" ,
4- version : "0.2.2 " ,
4+ version : "1.0.0 " ,
55 git : "https://github.com/Urigo/angular-meteor.git" ,
66 documentation : null
77} ) ;
@@ -13,7 +13,7 @@ Package.onUse(function (api) {
1313 api . use ( 'ecmascript' ) ;
1414 api . use ( 'reactive-var' ) ;
1515 api . use ( 'accounts-base' ) ;
16- api . use ( 'angular-meteor-data@0 .3.0-beta.1 ' ) ;
16+ api . use ( 'angular-meteor-data@1 .3.9 ' ) ;
1717 api . use ( 'angular:angular@1.4.8' , 'client' ) ;
1818
1919 // Files to load in Client only.
You can’t perform that action at this time.
0 commit comments