Skip to content

Commit

Permalink
fix: main entry point invalid path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Sep 22, 2021
1 parent b880623 commit f6f7f9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.3 (2021-09-22)

#### Fix
* entry point path fixed


## 4.0.2 (2021-09-22)

#### Fix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"publisher": "weber.andreas",
"description": "HTTP/REST CLI Client for *.http files",
"version": "4.0.2",
"version": "4.0.3",
"homepage": "https://github.com/AnWeber/httpyac",
"repository": {
"type": "git",
Expand All @@ -29,7 +29,7 @@
"engines": {
"node": ">=14.16"
},
"main": "./dist/index.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"httpyac": "./bin/httpyac.js"
Expand Down

0 comments on commit f6f7f9c

Please sign in to comment.