diff options
| author | Rubén Beltran del Río <954000-rbdr@users.noreply.gitlab.com> | 2020-09-21 13:14:32 +0000 |
|---|---|---|
| committer | Rubén Beltran del Río <954000-rbdr@users.noreply.gitlab.com> | 2020-09-21 13:14:32 +0000 |
| commit | 8e5bbf83935b23b635a6d6881cc344b535b9b956 (patch) | |
| tree | 8b29107cbbd828f522ca45db6128aacf120644a8 /package.json | |
| parent | 6d04afffcaa63ad9326db360bc3abedcedfd6c7e (diff) | |
| parent | 1cb3bca6c3333fbdf185fdeaf7efe130a40219f8 (diff) | |
Merge branch 'rbdr-address-sonarqube-issues' into 'master'
Integrate Sonarcloud
See merge request rbdr/cologne!1
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index c6d4bdc..ab2feef 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "bugs": { "url": "https://gitlab.com/rbdr/cologne/issues" }, - "version": "2.0.0", + "version": "2.0.1", "devDependencies": { "@hapi/eslint-config-hapi": "^13.0.2", "@hapi/eslint-plugin-hapi": "^4.3.6", @@ -20,7 +20,8 @@ "scripts": { "document": "jsdoc2md lib/**/*.js > doc/README.md; tap -R markdown > doc/COVERAGE.md", "lint": "eslint .", - "test": "tap" + "test": "tap", + "coverage": "nyc report --reporter=text-lcov" }, "main": "./lib/cologne.js" } |