Przeglądaj źródła

Commit 9.1: add Meteor accounts support.

Frederic G. MARAND 8 lat temu
rodzic
commit
aa68c1c687
2 zmienionych plików z 13 dodań i 0 usunięć
  1. 2 0
      .meteor/packages
  2. 11 0
      .meteor/versions

+ 2 - 0
.meteor/packages

@@ -7,3 +7,5 @@
 meteor-platform
 autopublish
 insecure
+accounts-ui
+accounts-password

+ 11 - 0
.meteor/versions

@@ -1,3 +1,7 @@
+accounts-base@1.2.0
+accounts-password@1.1.1
+accounts-ui@1.1.5
+accounts-ui-unstyled@1.1.7
 autopublish@1.0.3
 autoupdate@1.2.1
 base64@1.0.3
@@ -10,6 +14,7 @@ check@1.0.5
 ddp@1.1.0
 deps@1.0.7
 ejson@1.0.6
+email@1.0.6
 fastclick@1.0.3
 geojson-utils@1.0.3
 html-tools@1.0.4
@@ -20,7 +25,9 @@ insecure@1.0.3
 jquery@1.11.3_2
 json@1.0.3
 launch-screen@1.0.2
+less@1.0.14
 livedata@1.0.13
+localstorage@1.0.3
 logging@1.0.7
 meteor@1.1.6
 meteor-platform@1.2.2
@@ -28,6 +35,7 @@ minifiers@1.1.5
 minimongo@1.0.8
 mobile-status-bar@1.0.3
 mongo@1.1.0
+npm-bcrypt@0.7.8_2
 observe-sequence@1.0.6
 ordered-dict@1.0.3
 random@1.0.3
@@ -36,9 +44,12 @@ reactive-var@1.0.5
 reload@1.1.3
 retry@1.0.3
 routepolicy@1.0.5
+service-configuration@1.0.4
 session@1.1.0
+sha@1.0.3
 spacebars@1.0.6
 spacebars-compiler@1.0.6
+srp@1.0.3
 templating@1.1.1
 tracker@1.0.7
 ui@1.0.6