Skip to content

Commit 09682b3

Browse files
committed
v0.7.8
1 parent d1dcf7c commit 09682b3

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ node_js:
55
- 4
66
- 6
77
- 8
8+
- node
89
script: npm test

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* 0.7.8 fix for Node.js v9
12
* 0.7.7 added `--host-requests`, `--requests` CLI options
23
* 0.7.6 bug fix
34
* 0.7.5 bug fix

package.json

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,15 @@
11
{
22
"name": "broken-link-checker",
33
"description": "Find broken links, missing images, etc in your HTML.",
4-
"version": "0.7.7",
4+
"version": "0.7.8",
55
"license": "MIT",
6-
"homepage": "https://github.com/stevenvachon/broken-link-checker",
7-
"author": {
8-
"name": "Steven Vachon",
9-
"email": "contact@svachon.com",
10-
"url": "http://www.svachon.com/"
11-
},
6+
"author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)",
7+
"repository": "stevenvachon/broken-link-checker",
128
"main": "lib",
139
"bin": {
1410
"blc": "bin/blc",
1511
"broken-link-checker": "bin/blc"
1612
},
17-
"repository": {
18-
"type": "git",
19-
"url": "git://github.com/stevenvachon/broken-link-checker.git"
20-
},
21-
"bugs": {
22-
"url": "https://github.com/stevenvachon/broken-link-checker/issues"
23-
},
2413
"dependencies": {
2514
"bhttp": "^1.2.1",
2615
"calmcard": "~0.1.1",
@@ -42,8 +31,8 @@
4231
"robot-directives": "~0.3.0",
4332
"robots-txt-guard": "~0.1.0",
4433
"robots-txt-parse": "~0.0.4",
45-
"urlcache": "~0.6.0",
46-
"urlobj": "0.0.10"
34+
"urlcache": "~0.7.0",
35+
"urlobj": "0.0.11"
4736
},
4837
"devDependencies": {
4938
"chai": "^3.5.0",

0 commit comments

Comments
 (0)