Skip to content

Commit

Permalink
Bugfix/1.0.0/package json (#116)
Browse files Browse the repository at this point in the history
* added missing dependency of `cli-table`

* removed coverage check
  • Loading branch information
tjbenton authored Jan 13, 2017
1 parent cd673f7 commit 1dbb4dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test:
coverage test-coverage code-coverage:
# if there's no instance source maps files then build the files with source maps
@[ -f ./dist/index.js.map ] || (echo "building files with source maps" && make build-source-maps)
NODE_ENV="test" nyc --statements 95 --functions 95 --lines 95 --check-coverage -- ava --verbose && exit 0 || exit 1
NODE_ENV="test" nyc make test -- --verbose

# These commands only run the report of the code coverage
report-coverage report-code-coverage:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"babel-runtime": "^6.18.0",
"chalk": "^1.1.3",
"chance": "^1.0.4",
"cli-table": "~0.3.1",
"commander": "^2.9.0",
"couchbase-promises": "~2.2.0",
"cson": "^4.0.0",
Expand Down

0 comments on commit 1dbb4dc

Please sign in to comment.