Skip to content

Commit

Permalink
Bump preq to v0.5.2 and release v1.6.2
Browse files Browse the repository at this point in the history
preq v0.5.1 contained a subtle bug where the client had to provide the
uri property instead of url. The new version fixes that.
  • Loading branch information
d00rman committed Dec 16, 2016
1 parent 31b424f commit 958991b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

var BBPromise = require('bluebird');
var cheerio = require('cheerio');
var preq = require('preq'); // Promisified Request library
var microdata = require('microdata-node'); // Schema.org microdata

/**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "html-metadata",
"version": "1.6.1",
"version": "1.6.2",
"description": "Scrapes metadata of several different standards",
"main": "index.js",
"dependencies": {
"bluebird": "3.4.6",
"cheerio": "0.22.0",
"microdata-node": "0.2.1",
"preq": "0.5.1"
"preq": "0.5.2"
},
"devDependencies": {
"istanbul": "0.4.5",
Expand Down

0 comments on commit 958991b

Please sign in to comment.