Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
 - πŸ“¦ Dependencies update
 - πŸ‘·β€β™‚οΈ This is maintenance release
  • Loading branch information
dr-dimitru committed Jun 27, 2019
1 parent 20c1edc commit dd2900a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ geojson-utils@1.0.10
http@1.4.2
id-map@1.1.0
inter-process-messaging@0.1.0
local-test:ostrio:spiderable-middleware@1.4.0
local-test:ostrio:spiderable-middleware@1.4.1
logging@1.1.20
meteor@1.9.3
minimongo@1.4.5
Expand All @@ -35,7 +35,7 @@ mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-mongo@3.1.2
ordered-dict@1.1.0
ostrio:spiderable-middleware@1.4.0
ostrio:spiderable-middleware@1.4.1
promise@0.11.2
random@1.1.0
reload@1.3.0
Expand Down
46 changes: 23 additions & 23 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.4.0',
version: '1.4.1',
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((api) => {
});

Npm.depends({
'request-libcurl': '1.0.1'
'request-libcurl': '1.0.2'
});
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spiderable-middleware",
"version": "1.4.0",
"version": "1.4.1",
"description": "Perfect SEO for JavaScript websites. Pre-rendering β€” it's just like SSR, but with no coding and simple integration",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/VeliovGroup/spiderable-middleware/issues"
},
"dependencies": {
"request-libcurl": "^1.0.1"
"request-libcurl": "^1.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit dd2900a

Please sign in to comment.