From d539df1d37dcad487d970e096af8540f704e4e25 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 21 Sep 2020 15:26:01 +0200 Subject: Update CHANGELOG and package.json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'package.json') 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/" + ] } -- cgit