From f8ae8d3d90fa240935fe7ddd0035d34891786999 Mon Sep 17 00:00:00 2001 From: dennzimm Date: Fri, 23 Feb 2024 15:16:44 +0100 Subject: [PATCH] chore: fix typo for keywords in package.json --- CHANGELOG.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23427ae..d4513b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # npmrc-replace-env +## 1.0.2 + +### Patch Changes + +- Fix typo for keywords in package.json + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index 32ecd74..f95d14e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npmrc-replace-env", - "version": "1.0.1", + "version": "1.0.2", "description": "A utility for generating .npmrc files based on configuration template and environment variables.", "license": "MIT", "main": "dist/index.js", @@ -35,7 +35,7 @@ "url": "git+https://github.com/dennzimm/npmrc-replace-env.git" }, "bugs": "https://github.com/dennzimm/npmrc-replace-env/issues", - "c": [ + "keywords": [ "npmrc", "npmrc-generator", "config-template",