Fix main directive in package.json

This commit is contained in:
Marko Korhonen 2023-11-24 16:06:57 +02:00
parent e44fc052f2
commit 820a49efd8
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -12,11 +12,11 @@
"url": "https://git.korhonen.cc/FunctionalHacker/work-time-calculator/issues", "url": "https://git.korhonen.cc/FunctionalHacker/work-time-calculator/issues",
"email": "wtc@functionalhacker.korhonen.cc" "email": "wtc@functionalhacker.korhonen.cc"
}, },
"main": "src/main.ts",
"type": "module", "type": "module",
"bin": { "bin": {
"wtc": "bin/wtc" "wtc": "bin/wtc"
}, },
"main": "dist/wtc.js",
"scripts": { "scripts": {
"build": "rollup -c" "build": "rollup -c"
}, },