Skip to content

Commit

Permalink
updated react-meteor-data to current
Browse files Browse the repository at this point in the history
updated react-meteor-data to current
  • Loading branch information
bmartin1134 committed Oct 28, 2020
1 parent 38aedc1 commit 7e4b8f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

`meteor add meteoreact:accounts`

**A huge credit goes to the [`useraccounts`](https://github.com/meteor-useraccounts/core) package and the people behind it.**
**Forked from royGil/accounts-react. Updated react-meteor-data to current. A huge credit goes to the [`useraccounts`](https://github.com/meteor-useraccounts/core) package and the people behind it.**

This package has been created to be used in one of my projects which was purely React.
Although the original useraccounts package [can be used](https://www.meteor.com/tutorials/react/adding-user-accounts) in react, it depends on blaze and jquery which are both useless when developing with react.
Expand Down
8 changes: 4 additions & 4 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package.describe({
name: 'meteoreact:accounts',
summary: 'Simple and intuative accounts view layer with react',
summary: 'Simple and intuative accounts view layer with react, forked from royGil',
version: '1.2.4',
documentation: 'README.md',
git: 'https://github.com/royGil/accounts-react'
git: 'https://github.com/bmartin/accounts-react'
})

Package.onUse(api => {
Expand All @@ -13,11 +13,11 @@ Package.onUse(api => {
'ecmascript',
'accounts-base',
'accounts-password',
'mdg:validated-method@1.1.0',
'mdg:validated-method@2.1.2',
'check'
], ['client', 'server'])

api.use('react-meteor-data@0.2.16', 'client')
api.use('react-meteor-data@2.1.2', 'client')

api.use('service-configuration', { weak: true })
api.use('http', 'server')
Expand Down

0 comments on commit 7e4b8f4

Please sign in to comment.