-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'app/packages/meteor-react-router-ssr/' changes from b4a8f09…
…..8464456 8464456 to fix loading props in wrapperHook dcf8176 corrected readme 5a1dae8 updated readme 5b5332c fixed SSR 9e750e9 updated components 532a174 updated react-router-ssr for meteor 1.4.2 git-subtree-dir: app/packages/meteor-react-router-ssr git-subtree-split: 8464456f006a1cb0919bd678dfc280532687910d
- Loading branch information
Showing
6 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package.describe({ | ||
name: 'reactrouter:react-router-ssr', | ||
version: '3.1.5', | ||
version: '3.1.6', | ||
summary: 'Server-side rendering for react-router and react-meteor-data rehydratating Meteor subscriptions', | ||
git: 'https://github.com/thereactivestack/meteor-react-router-ssr.git', | ||
documentation: 'README.md' | ||
|
@@ -18,8 +18,8 @@ Package.onUse(function(api) { | |
'ecmascript', | ||
'tracker', | ||
'[email protected]', | ||
'meteorhacks:[email protected].0', | ||
'meteorhacks:[email protected].0', | ||
'staringatlights:[email protected].2', | ||
'staringatlights:[email protected].4', | ||
'tmeasday:[email protected]' | ||
]); | ||
|
||
|
@@ -34,7 +34,7 @@ Package.onUse(function(api) { | |
api.use([ | ||
'[email protected]', | ||
'tmeasday:[email protected]', | ||
'promise@0.5.1' | ||
'promise@0.8.8' | ||
], 'server', {weak: true}) | ||
|
||
api.export('ReactRouterSSR'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters