Skip to content

Commit

Permalink
Step 9.1: Add accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent 54edab3 commit e8f14de
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .meteor/packages
Expand Up @@ -16,10 +16,10 @@ standard-minifier-js@1.2.0_1 # JS minifier run for production mode
es5-shim@4.6.14_1 # ECMAScript 5 compatibility for older browsers.

autopublish@1.0.7 # Publish all data to the clients (for prototyping)
insecure@1.0.7 # Allow all DB writes from clients (for prototyping)
angular2-compilers
practicalmeteor:mocha
xolvio:cleaner
hwillson:stub-collections
dispatch:mocha-phantomjs
shell-server@0.2.1
accounts-password
31 changes: 19 additions & 12 deletions .meteor/versions
@@ -1,7 +1,9 @@
accounts-base@1.2.14
accounts-password@1.3.1
allow-deny@1.0.5
angular2-compilers@0.6.5
autopublish@1.0.7
autoupdate@1.3.12
autoupdate@1.2.11
babel-compiler@6.13.0
babel-runtime@0.1.13
barbatus:css-compiler@0.3.4
Expand All @@ -14,35 +16,37 @@ binary-heap@1.0.10
blaze@2.2.0
blaze-tools@1.0.10
boilerplate-generator@1.0.11
caching-compiler@1.1.8
caching-html-compiler@1.0.7
caching-compiler@1.0.6
caching-html-compiler@1.0.6
callback-hook@1.0.10
check@1.2.4
coffeescript@1.11.1_2
coffeescript@1.0.17
ddp@1.2.5
ddp-client@1.3.2
ddp-client@1.2.9
ddp-common@1.2.7
ddp-server@1.3.11
ddp-rate-limiter@1.0.6
ddp-server@1.2.10
deps@1.0.12
diff-sequence@1.0.7
dispatch:mocha-phantomjs@0.1.7
dispatch:phantomjs-tests@0.0.5
ecmascript@0.5.9
ecmascript-runtime@0.3.15
ejson@1.0.13
email@1.1.18
es5-shim@4.6.15
fastclick@1.0.13
geojson-utils@1.0.10
hot-code-push@1.0.4
html-tools@1.0.11
htmljs@1.0.11
http@1.2.10
http@1.1.8
hwillson:stub-collections@1.0.2
id-map@1.0.9
insecure@1.0.7
jquery@1.11.10
launch-screen@1.1.0
launch-screen@1.0.12
livedata@1.0.18
localstorage@1.0.12
logging@1.1.16
meteor@1.6.0
meteor-base@1.0.4
Expand All @@ -55,6 +59,7 @@ modules@0.7.7
modules-runtime@0.7.7
mongo@1.1.14
mongo-id@1.0.6
npm-bcrypt@0.9.2
npm-mongo@2.2.11_2
observe-sequence@1.0.14
ordered-dict@1.0.9
Expand All @@ -65,18 +70,20 @@ practicalmeteor:mocha-core@1.0.1
practicalmeteor:sinon@1.14.1_2
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.0.13
srp@1.0.10
standard-minifier-css@1.3.2
standard-minifier-js@1.2.1
templating@1.2.15
templating-compiler@1.2.15
templating-runtime@1.2.15
templating@1.1.14
templating-tools@1.0.5
tmeasday:test-reporter-helpers@0.2.1
tracker@1.1.1
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"@angular/platform-browser-dynamic": "2.1.2",
"@angular/router": "3.1.2",
"angular2-meteor": "0.7.0",
"angular2-meteor-polyfills": "0.1.1",
"angular2-meteor-accounts-ui": "1.0.0",
"angular2-meteor-polyfills": "^0.1.1",
"angular2-meteor-tests-polyfills": "0.0.2",
"meteor-node-stubs": "0.2.3",
"meteor-rxjs": "0.4.3",
Expand Down

0 comments on commit e8f14de

Please sign in to comment.