Skip to content

Commit

Permalink
test: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha7b authored Feb 28, 2024
1 parent 8782ded commit cb25b7c
Showing 1 changed file with 1 addition and 1 deletion.
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": "nodejs-env-checker",
"version": "0.0.0-semantically-released",
"description": "A simple tool to check nodejs development environment",
"main": "envChecker.js",
"main": "./src/envChecker.js",
"scripts": {
"test": "jest",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit cb25b7c

Please sign in to comment.