Skip to content

Commit

Permalink
fix: minor fix to package distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stacy committed Sep 10, 2024
1 parent 8dccbcd commit 6aed846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "adze",
"description": "A universal, modern, and extendable logging library for JavaScript and TypeScript.",
"version": "2.0.0",
"main": "dist/index.js",
"main": "index.js",
"type": "module",
"engines": {
"node": ">=18.19.0"
Expand Down

0 comments on commit 6aed846

Please sign in to comment.