Skip to content

Commit

Permalink
updated pkg json
Browse files Browse the repository at this point in the history
  • Loading branch information
fnLog0 committed Sep 16, 2024
1 parent d62886c commit 0eca0a1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "lerna run test",
"deploy": "lerna run deploy",
"dev": "lerna run dev",
"publish": "lerna publish --scope @logpipe/logger"
"publish": "lerna publish"
},
"devDependencies": {
"lerna": "^8.1.8"
Expand Down
17 changes: 15 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
{
"name": "@logpipe/logger",
"version": "1.0.0",
"packageManager": "[email protected]",
"version": "0.0.1",
"packageManager": "[email protected]",
"license": "MIT",
"repository": "https://github.com/effortlesslabs/logpipe",
"author": "Nasim Akhtar <[email protected]>",
"publishConfig": {
"access": "public"
},
"files": [
"dist/*"
],
"type": "commonjs",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@logpipe/server",
"version": "0.0.1",
"packageManager": "[email protected]",
"scripts": {
"codegen": "graphql-codegen",
Expand Down

0 comments on commit 0eca0a1

Please sign in to comment.