Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
refactor 🔨: (cli) Remove dev files in NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Dec 17, 2022
1 parent ba0ad3c commit 77be98e
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 15 deletions.
4 changes: 4 additions & 0 deletions packages/check-dist/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
tsconfig.json
tsup.config.ts
.turbo
5 changes: 2 additions & 3 deletions packages/check-dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"dev": "tsup --watch",
"package": "pnpm pack"
"dev": "tsup --watch"
},
"keywords": [],
"author": "",
Expand All @@ -26,4 +25,4 @@
"@ultrapkg/types",
"@ultrapkg/manifest-fetcher"
]
}
}
4 changes: 4 additions & 0 deletions packages/dependency-map/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
tsconfig.json
tsup.config.ts
.turbo
4 changes: 4 additions & 0 deletions packages/extract-tar/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
tsconfig.json
tsup.config.ts
.turbo
5 changes: 2 additions & 3 deletions packages/extract-tar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"dev": "tsup --watch",
"package": "pnpm pack"
"dev": "tsup --watch"
},
"keywords": [],
"author": "",
Expand All @@ -34,4 +33,4 @@
"@ultrapkg/read-config",
"@ultrapkg/types"
]
}
}
4 changes: 4 additions & 0 deletions packages/generate-lock/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
tsconfig.json
tsup.config.ts
.turbo
5 changes: 2 additions & 3 deletions packages/generate-lock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"dev": "tsup --watch",
"package": "pnpm pack"
"dev": "tsup --watch"
},
"keywords": [],
"author": "",
Expand All @@ -27,4 +26,4 @@
"bundledDependencies": [
"@ultrapkg/types"
]
}
}
4 changes: 4 additions & 0 deletions packages/get-deps/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
tsconfig.json
tsup.config.ts
.turbo
5 changes: 2 additions & 3 deletions packages/get-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"dev": "tsup --watch",
"package": "pnpm pack"
"dev": "tsup --watch"
},
"keywords": [],
"author": "",
Expand All @@ -23,4 +22,4 @@
"bundledDependencies": [
"@ultrapkg/types"
]
}
}
4 changes: 4 additions & 0 deletions packages/linker/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
tsconfig.json
tsup.config.ts
.turbo
4 changes: 4 additions & 0 deletions packages/manifest-fetcher/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
tsconfig.json
tsup.config.ts
.turbo
5 changes: 2 additions & 3 deletions packages/manifest-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"dev": "tsup --watch",
"package": "pnpm pack"
"dev": "tsup --watch"
},
"keywords": [],
"author": "",
Expand All @@ -32,4 +31,4 @@
"@ultrapkg/read-config",
"@ultrapkg/types"
]
}
}
4 changes: 4 additions & 0 deletions packages/npm-config/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
tsconfig.json
tsup.config.ts
.turbo
4 changes: 4 additions & 0 deletions packages/read-config/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
tsconfig.json
tsup.config.ts
.turbo
4 changes: 4 additions & 0 deletions packages/read-package/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
tsconfig.json
tsup.config.ts
.turbo
4 changes: 4 additions & 0 deletions packages/types/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
tsconfig.json
tsup.config.ts
.turbo

0 comments on commit 77be98e

Please sign in to comment.