chore(package.json): split main files between dev and release
This commit is contained in:
@@ -3,8 +3,7 @@
|
|||||||
"description": "A client for Pushover, a service for sending notifications. Written in TypeScript. Supports sending to multiple users.",
|
"description": "A client for Pushover, a service for sending notifications. Written in TypeScript. Supports sending to multiple users.",
|
||||||
"homepage": "https://cis-oss.github.io/pushover",
|
"homepage": "https://cis-oss.github.io/pushover",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"types": "dist/index.d.ts",
|
"main": "src/index.ts",
|
||||||
"main": "dist/index.js",
|
|
||||||
"author": {
|
"author": {
|
||||||
"email": "hi@b00tload.space",
|
"email": "hi@b00tload.space",
|
||||||
"name": "Alix von Schirp",
|
"name": "Alix von Schirp",
|
||||||
@@ -79,5 +78,9 @@
|
|||||||
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
|
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.6.5",
|
"packageManager": "pnpm@10.6.5",
|
||||||
|
"publishConfig": {
|
||||||
|
"main": "dist/index.js",
|
||||||
|
"types": "dist/index.d.ts"
|
||||||
|
},
|
||||||
"type": "module"
|
"type": "module"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user