Skip to content

Commit 615b7d5

Browse files
committed
Removed coveralls
1 parent 3c384a4 commit 615b7d5

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ node_js:
44
- "5"
55
- "4"
66
- "iojs"
7-
after_success:
8-
- coveralls
9-
- bash <(curl -s https://codecov.io/bash)

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-full-name",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "A function that accepts the full name of a person in any format, parses it, and returns its parts { title, first name, middle name, last name, nickname, suffix, [and any parsing errors] }.",
55
"main": "index.js",
66
"scripts": {
@@ -28,8 +28,6 @@
2828
"homepage": "https://github.com/dschnelldavis/parse-full-name",
2929
"dependencies": {},
3030
"devDependencies": {
31-
"mocha": "^2.5.0",
32-
"mocha-lcov-reporter": "^1.2.0",
33-
"coveralls": "^2.11.9"
31+
"mocha": "^2.5.0"
3432
}
3533
}

0 commit comments

Comments
 (0)