Skip to content

Commit

Permalink
Fix package.json to point to src/main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed Oct 13, 2023
1 parent e8062dc commit 49af418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"type": "commonjs",
"types": "./global.d.ts",
"scripts": {
"start": "node ./lib/main.js",
"dev": "nodemon ./lib/main.js",
"start": "node ./src/main.js",
"dev": "nodemon ./src/main.js",
"test": "echo no test specified",
"eslint:check": "eslint .",
"eslint:write": "eslint --fix .",
Expand Down

0 comments on commit 49af418

Please sign in to comment.