From 194ee071a91e906b4fc146e21bdbbdf5b8ac94e6 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 19 Mar 2015 20:31:01 +0000 Subject: [PATCH] house keeping --- LICENSE | 2 +- README.md | 4 +++- package.json | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index b6aae4e..1d8399e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 genealogysystems +Copyright (c) 2015 genealogysystems Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 57bf50f..a86f546 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,9 @@ npm run docs npm run build ``` -Run `node server.js` to get a simple web server that allows you to view the coverage (localhost:8888/coverage/coverage.html) and documentation (localhost:8888). +Run `node server.js` to get a simple web server that allows you to view the +coverage `localhost:8888/coverage/lcov-report/index.html` +and documentation `localhost:8888`. # License diff --git a/package.json b/package.json index a385a20..cf4103c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "build": "browserify lib/index.js -s FSCheck -o fs-check.js", "docs": "node docs/checks-list.js && ./docs/build.sh", "coverage": "istanbul cover -x **/docs/** -x **/vendor/** ./node_modules/mocha/bin/_mocha -- -R spec --recursive", - "coveralls": "istanbul cover -x **/docs/** -x **/vendor/** ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" + "coveralls": "istanbul cover -x **/docs/** -x **/vendor/** ./node_modules/mocha/bin/_mocha -- -R spec --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "dependencies": { "gedcomx-date": "git://github.com/genealogysystems/gedcomx-date-js.git#dev", @@ -32,7 +32,6 @@ "coveralls": "2.11.2", "istanbul": "0.3.7", "mocha": "2.2.1", - "mocha-lcov-reporter": "0.0.2", "q": "^1.2.0" } }