Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update package.jsons
Browse files Browse the repository at this point in the history
rajdip-b committed Sep 1, 2024
1 parent fd622d9 commit 635926d
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@
"name": "api",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"build": "nest build",
1 change: 0 additions & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@
"description": "CLI for keyshade",
"main": "index.ts",
"private": false,
"type": "module",
"scripts": {
"build": "tsc && tsc-alias",
"start": "node dist/src/index.js",
1 change: 0 additions & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@
"main": "dist/src/index.js",
"description": "This package holds all the API request logic",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && tsc-alias",
"watch": "tsc -w",

0 comments on commit 635926d

Please sign in to comment.