aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 15:26:01 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 15:26:01 +0200
commitd539df1d37dcad487d970e096af8540f704e4e25 (patch)
tree06eb892a989c2a5e886524efda317b16a55aef9e /package.json
parent161a41c42584cb27b1863dda031671855599e62f (diff)
Update CHANGELOG and package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
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/"
+ ]
}