Skip to content

Commit

Permalink
chore: fix typo for keywords in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dennzimm committed Feb 23, 2024
1 parent 5c1c273 commit f8ae8d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# npmrc-replace-env

## 1.0.2

### Patch Changes

- Fix typo for keywords in package.json

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f8ae8d3

Please sign in to comment.