diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 15:26:01 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 15:26:01 +0200 |
| commit | d539df1d37dcad487d970e096af8540f704e4e25 (patch) | |
| tree | 06eb892a989c2a5e886524efda317b16a55aef9e /package.json | |
| parent | 161a41c42584cb27b1863dda031671855599e62f (diff) | |
Update CHANGELOG and package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index ab2feef..418a478 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "bugs": { "url": "https://gitlab.com/rbdr/cologne/issues" }, - "version": "2.0.1", + "version": "2.0.2", "devDependencies": { "@hapi/eslint-config-hapi": "^13.0.2", "@hapi/eslint-plugin-hapi": "^4.3.6", @@ -23,5 +23,8 @@ "test": "tap", "coverage": "nyc report --reporter=text-lcov" }, - "main": "./lib/cologne.js" + "main": "./lib/cologne.js", + "files": [ + "lib/" + ] } |