Skip to content
Snippets Groups Projects
Commit 7c9a5986 authored by richard.petersen's avatar richard.petersen :sailboat: Committed by julian.baeume
Browse files

Fixed entry point

parent 9c63eaf8
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@
"version": "1.0.0",
"description": "Provides a combined manifest.json",
"type": "module",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"start": "node index.js",
"start": "node src/index.js",
"dev": "nodemon index.js | pino-pretty",
"prepare": "husky install",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --no-cache"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment