Skip to content

Commit

Permalink
🚚 v3.1.5
Browse files Browse the repository at this point in the history
 - πŸ‘·β€β™‚οΈ Maintenance release
 - πŸ“¦ Internal Atmosphere dependencies update
 - 🀝 Compatibility with `[email protected]`
  • Loading branch information
dr-dimitru committed Apr 27, 2019
1 parent 7a3e656 commit 2321f18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions .versions
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:flow-router-title',
version: '3.1.4',
version: '3.1.5',
summary: 'Change document.title (page title) on the fly within flow-router',
git: 'https://github.com/VeliovGroup/Meteor-flow-router-title',
documentation: 'README.md'
Expand All @@ -13,7 +13,7 @@ Package.onUse(function (api) {
});

Package.onTest(function(api) {
api.use(['tinytest', 'ecmascript', 'random', 'session', 'reactive-var', 'tracker', 'ostrio:[email protected].2', 'ostrio:flow-router-title'], 'client');
api.use(['tinytest', 'ecmascript', 'random', 'session', 'reactive-var', 'tracker', 'ostrio:[email protected].3', 'ostrio:flow-router-title'], 'client');
api.addFiles('tests/init.js', 'client');
api.addFiles('tests/common.js', 'client');
api.addFiles('tests/group.js', 'client');
Expand Down

0 comments on commit 2321f18

Please sign in to comment.