diff --git a/package.json b/package.json index e77bcc7..e9cc63b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nhcarrigan/logger", - "version": "0.0.0", + "version": "0.0.1", "description": "Our custom logging package, which pipes logs to our alerts server.", "type": "module", "main": "prod/index.js", @@ -13,7 +13,6 @@ "type": "git", "url": "https://git.nhcarrigan.com/nhcarrigan/logger.git" }, - "keywords": [], "author": "", "license": "See license in LICENSE.md", @@ -21,7 +20,6 @@ "url": "https://git.nhcarrigan.com/nhcarrigan/logger/issues" }, "homepage": "https://git.nhcarrigan.com/nhcarrigan/logger", - "devDependencies": { "@nhcarrigan/eslint-config": "5.1.0", "@nhcarrigan/typescript-config": "4.0.0",