https://github.com/chmac/meteor-accounts-base
Fork of accounts-base including meteor/meteor#1845
https://github.com/chmac/meteor-accounts-base
Last synced: about 1 year ago
JSON representation
Fork of accounts-base including meteor/meteor#1845
- Host: GitHub
- URL: https://github.com/chmac/meteor-accounts-base
- Owner: chmac
- Created: 2014-02-21T13:38:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-24T16:29:38.000Z (about 12 years ago)
- Last Synced: 2025-02-14T04:39:47.173Z (over 1 year ago)
- Language: JavaScript
- Size: 367 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
meteor-accounts-base
====================
Fork of accounts-base including a simpler version of meteor/meteor#1845
To update this, do the following:
cd /path/to/meteor
git checkout devel
git pull
git checkout release/0.X
git subtree split -P packages/accounts-base -b accounts-base-only
cd /path/to/accounts-base-only/
git pull /path/to/meteor accounts-base-only
git push
Note, the module might not be updated properly, solution was:
```
cd ~/.meteorite/source/git@github.com\:chmac/meteor-accounts-base/
git pull
```