Skip to content

Commit

Permalink
πŸ“¦ v3.8.1
Browse files Browse the repository at this point in the history
- 🐞 Fix: #93, thanks to @zeearth
- πŸ“¦ Update `[email protected]`, *was `v.6.10.3`*
  • Loading branch information
dr-dimitru committed Jun 17, 2022
1 parent 67c7661 commit e2cbb67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .versions
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'ostrio:flow-router-extra',
summary: 'Carefully extended flow-router with waitOn and template context',
version: '3.8.0',
version: '3.8.1',
git: 'https://github.com/VeliovGroup/flow-router'
});

Expand Down Expand Up @@ -43,5 +43,5 @@ Package.onTest((api) => {

Npm.depends({
page: '1.9.0',
qs: '6.10.3'
qs: '6.10.5'
});

0 comments on commit e2cbb67

Please sign in to comment.