Skip to content

Commit

Permalink
house keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
justincy committed Mar 19, 2015
1 parent 4695e0f commit 194ee07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 194ee07

Please sign in to comment.