mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-04 17:31:41 -05:00
bump versions.
This commit is contained in:
parent
294ab1f770
commit
c7f2731c39
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
Package.describe({
|
||||
name: 'studiointeract:react-accounts-ui',
|
||||
version: '1.0.8',
|
||||
version: '1.0.9',
|
||||
summary: 'Accounts UI for React in Meteor 1.3',
|
||||
git: 'https://github.com/studiointeract/react-accounts-ui',
|
||||
documentation: 'README.md'
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
},
|
||||
"homepage": "https://github.com/studiointeract/react-accounts-ui",
|
||||
"dependencies": {
|
||||
"react": ">=0.14.7 || >=15",
|
||||
"react-dom": ">=0.14.7 || >=15",
|
||||
"tracker-component": "^1.3.3"
|
||||
"react": ">=0.14.7 || ^15.0.0-rc.2",
|
||||
"react-dom": ">=0.14.7 || ^15.0.0-rc.2",
|
||||
"tracker-component": "^1.3.8"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue