Fix main directive in package.json
This commit is contained in:
parent
e44fc052f2
commit
820a49efd8
1 changed files with 1 additions and 1 deletions
|
@ -12,11 +12,11 @@
|
|||
"url": "https://git.korhonen.cc/FunctionalHacker/work-time-calculator/issues",
|
||||
"email": "wtc@functionalhacker.korhonen.cc"
|
||||
},
|
||||
"main": "src/main.ts",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"wtc": "bin/wtc"
|
||||
},
|
||||
"main": "dist/wtc.js",
|
||||
"scripts": {
|
||||
"build": "rollup -c"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue