Skip to content

Commit

Permalink
Step 7.1: Add meteor packages to server side
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 13, 2017
1 parent 306fe0d commit e1d1f73
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .meteor/packages
Expand Up @@ -23,3 +23,6 @@ mys:fonts
mobile-status-bar
launch-screen
check
npm-bcrypt
accounts-base
mys:accounts-phone
10 changes: 10 additions & 0 deletions .meteor/versions
@@ -1,3 +1,4 @@
accounts-base@1.2.14
allow-deny@1.0.5
angular2-compilers@0.6.6
autopublish@1.0.7
Expand All @@ -21,12 +22,14 @@ check@1.2.4
ddp@1.2.5
ddp-client@1.2.9
ddp-common@1.2.8
ddp-rate-limiter@1.0.6
ddp-server@1.2.10
deps@1.0.12
diff-sequence@1.0.7
ecmascript@0.6.1
ecmascript-runtime@0.3.15
ejson@1.0.13
email@1.0.16
es5-shim@4.6.15
geojson-utils@1.0.10
hot-code-push@1.0.4
Expand All @@ -38,6 +41,7 @@ insecure@1.0.7
jquery@1.11.10
launch-screen@1.1.0
livedata@1.0.18
localstorage@1.0.12
logging@1.1.16
meteor@1.6.0
meteor-base@1.0.4
Expand All @@ -49,19 +53,25 @@ modules@0.7.7
modules-runtime@0.7.8
mongo@1.1.14
mongo-id@1.0.6
mys:accounts-phone@0.0.21
mys:fonts@0.0.2
npm-bcrypt@0.9.2
npm-mongo@2.2.16_1
observe-sequence@1.0.14
ordered-dict@1.0.9
promise@0.8.8
random@1.0.10
rate-limit@1.0.6
reactive-var@1.0.11
reload@1.1.11
retry@1.0.9
routepolicy@1.0.12
service-configuration@1.0.11
sha@1.0.9
shell-server@0.2.1
spacebars@1.0.13
spacebars-compiler@1.1.0
srp@1.0.10
standard-minifier-css@1.3.2
standard-minifier-js@1.2.1
tracker@1.1.1
Expand Down

0 comments on commit e1d1f73

Please sign in to comment.