Fix npm publishing warnings and clean up package.json files
- Fixed repository URLs to use git+https:// format - Removed tsconfig.tsbuildinfo from clean scripts - Updated README with clearer build instructions and dependency order - Fixed bin paths to reference dist/cli.js correctly - Ready for npm publishing with no warnings
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"clean": "rm -rf dist tsconfig.tsbuildinfo",
|
||||
"clean": "rm -rf dist",
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"check": "biome check --write .",
|
||||
"prepublishOnly": "npm run clean && npm run build"
|
||||
@@ -27,7 +27,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/badlogic/pi-mono.git",
|
||||
"url": "git+https://github.com/badlogic/pi-mono.git",
|
||||
"directory": "packages/tui"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user