Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
 - πŸ“¦ Dependencies update
 - πŸ‘·β€β™‚οΈ Regular update
 - 🀝 Tests and compatibility with `[email protected]`
 - 🀝 Tests and compatibility with `[email protected]`
  • Loading branch information
dr-dimitru committed Sep 9, 2018
1 parent f5cbd32 commit d6b521a
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 56 deletions.
125 changes: 78 additions & 47 deletions package-lock.json

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

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:spiderable-middleware',
version: '1.3.2',
version: '1.3.3',
summary: 'Allow your JavaScript website to be crawled perfectly by search engines.',
git: 'https://github.com/VeliovGroup/spiderable-middleware',
documentation: 'README.md'
Expand All @@ -19,5 +19,5 @@ Package.onTest(function(api) {
});

Npm.depends({
'spiderable-middleware': '1.3.2'
'spiderable-middleware': '1.3.3'
});

0 comments on commit d6b521a

Please sign in to comment.