File tree Expand file tree Collapse file tree 10 files changed +18
-122
lines changed
Expand file tree Collapse file tree 10 files changed +18
-122
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " angular-meteor" ,
33 "main" : " ./dist/angular-meteor.bundle.min.js" ,
4- "version" : " 1.3.6-beta.1 " ,
4+ "version" : " 1.3.6" ,
55 "homepage" : " https://github.com/Urigo/angular-meteor" ,
66 "authors" : [
77 " Uri Goldshtein <uri.goldshtein@gmail.com>"
Original file line number Diff line number Diff line change 1- angular-meteor-data@0.2.0-beta.1
1+ angular-meteor-data@0.2.0
22angular:angular@1.4.8
33angular:angular-mocks@1.4.8
44babel-compiler@5.8.24_1
@@ -29,7 +29,7 @@ htmljs@1.0.5
2929id-map@1.0.4
3030jquery@1.11.4
3131lai:collection-extensions@0.1.4
32- local-test:angular-meteor-data@0.2.0-beta.1
32+ local-test:angular-meteor-data@0.2.0
3333logging@1.0.8
3434meteor@1.1.10
3535minimongo@1.0.10
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : 'angular-meteor-data' ,
33 summary : 'Everything you need to use AngularJS in your Meteor app' ,
4- version : '0.2.0-beta.1 ' ,
4+ version : '0.2.0' ,
55 git : 'https://github.com/Urigo/angular-meteor.git'
66} ) ;
77
Original file line number Diff line number Diff line change 11angular-blaze-templates-compiler@0.0.1
2- angular-meteor-data@0.2.0-beta.1
3- angular-with-blaze@1.3.6-beta.1
2+ angular-meteor-data@0.2.0
3+ angular-with-blaze@1.3.6
44angular:angular@1.4.8
55babel-compiler@5.8.24_1
66babel-runtime@0.1.4
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : "angular-with-blaze" ,
33 summary : "Everything you need to use both AngularJS and Blaze templates in your Meteor app" ,
4- version : "1.3.6-beta.1 " ,
4+ version : "1.3.6" ,
55 git : "https://github.com/Urigo/angular-meteor.git" ,
66 documentation : "../../README.md"
77} ) ;
@@ -12,7 +12,7 @@ Package.onUse(function (api) {
1212
1313 api . imply ( [
1414 'blaze-html-templates' ,
15- 'angular-meteor-data@0.2.0-beta.1 ' ,
15+ 'angular-meteor-data@0.2.0' ,
1616 'angular-blaze-templates-compiler@0.0.1'
1717 ] ) ;
1818} ) ;
Original file line number Diff line number Diff line change 1- angular@1.3.6-beta.1
2- angular-meteor-data@0.2.0-beta.1
1+ angular@1.3.6
2+ angular-meteor-data@0.2.0
33angular-templates@0.0.3
44angular:angular@1.4.8
55babel-compiler@5.8.24_1
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : "angular" ,
33 summary : "Everything you need to use AngularJS in your Meteor app" ,
4- version : "1.3.6-beta.1 " ,
4+ version : "1.3.6" ,
55 git : "https://github.com/Urigo/angular-meteor.git" ,
66 documentation : "../../README.md"
77} ) ;
@@ -10,7 +10,7 @@ Package.onUse(function (api) {
1010 api . versionsFrom ( 'METEOR@1.2.0.1' ) ;
1111
1212 api . imply ( [
13- 'angular-meteor-data@0.2.0-beta.1 ' ,
13+ 'angular-meteor-data@0.2.0' ,
1414 'angular-templates@0.0.3' ,
1515 'pbastowski:angular-babel@1.0.9'
1616 ] ) ;
Original file line number Diff line number Diff line change 1- angular@1.3.5
2- angular-meteor-data@0.1 .0
1+ angular@1.3.6
2+ angular-meteor-data@0.2 .0
33angular-templates@0.0.3
4- angular:angular@1.4.7
4+ angular:angular@1.4.8
55babel-compiler@5.8.24_1
66babel-runtime@0.1.4
77base64@1.0.4
@@ -53,6 +53,6 @@ templating-tools@1.0.0
5353tracker@1.0.9
5454ui@1.0.8
5555underscore@1.0.4
56- urigo:angular@1.3.5
56+ urigo:angular@1.3.6
5757webapp@1.2.3
5858webapp-hashing@1.0.5
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : "urigo:angular" ,
33 summary : "Deprecated: use the official `angular` package instead!" ,
4- version : "1.3.5 " ,
4+ version : "1.3.6 " ,
55 git : "https://github.com/Urigo/angular-meteor.git" ,
66 documentation : null
77} ) ;
88
99Package . on_use ( function ( api ) {
10- api . imply ( "angular@1.3.5 " ) ;
10+ api . imply ( "angular@1.3.6 " ) ;
1111} ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments