Skip to content

Commit 014774e

Browse files
committed
resolved merge conflicts
1 parent 5a727cb commit 014774e

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
language: node_js
22
node_js:
3-
<<<<<<< HEAD
43
- "5.1"
54
- "5.0"
65
- "4.2"
76
- "4.1"
87
- "4.0"
9-
=======
10-
- "4.2"
11-
- "4.1"
12-
- "4.0"
13-
- "0.12"
14-
- "iojs"
15-
>>>>>>> origin/master

package.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
{
22
"name": "w3c-validator",
3-
<<<<<<< HEAD
43
"version": "3.0.0",
54
"description": "Crawls a given site and checks for W3C validity.",
65
"homepage": "https://github.com/lgraubner/node-w3c-validator",
76
"author": {
87
"name": "Lars Graubner",
98
"email": "mail@larsgraubner.de",
109
"url": "http://larsgraubner.de"
11-
=======
12-
"version": "2.2.1",
13-
"description": "Crawls a given site and checks for W3C validity.",
14-
"homepage": "https://github.com/lgraubner/node-w3c-validator",
15-
"author": {
16-
"name": "Lars Graubner",
17-
"email": "mail@larsgraubner.de",
18-
"url": "http://larsgraubner.de"
19-
>>>>>>> origin/master
2010
},
2111
"keywords": [
2212
"w3c",
@@ -39,19 +29,11 @@
3929
"lodash": "^3.10.1",
4030
"cli-spinner": "^0.2.1",
4131
"find-java-home": "^0.1.2",
42-
<<<<<<< HEAD
4332
"url-parse": "^1.0.5"
4433
},
4534
"preferGlobal": true,
4635
"engines": {
4736
"node": ">=4.0"
48-
=======
49-
"url-parse": "^1.0.4"
50-
},
51-
"preferGlobal": true,
52-
"engines": {
53-
"node": ">=0.12"
54-
>>>>>>> origin/master
5537
},
5638
"bin": {
5739
"w3c-validator": "./lib/W3CValidator.js"
@@ -61,12 +43,7 @@
6143
"test": "NODE_ENV=development mocha test"
6244
},
6345
"devDependencies": {
64-
<<<<<<< HEAD
6546
"chai": "^3.4.1",
6647
"mocha": "^2.3.4"
67-
=======
68-
"chai": "^3.4.0",
69-
"mocha": "^2.3.3"
70-
>>>>>>> origin/master
7148
}
7249
}

0 commit comments

Comments
 (0)