Skip to content

Commit

Permalink
fix(esbuild-meta): dependency setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed May 27, 2024
1 parent 71bf174 commit e5e5fd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/esbuild-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"publishConfig": {
"access": "public"
},
"devDependencies": {
"esbuild": "0.19.2",
"dependencies": {
"yargs": "^17.7.2"
},
"devDependencies": {
"esbuild": "0.19.2"
},
"version": "1.3.1"
}
3 changes: 1 addition & 2 deletions packages/esbuild-meta/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"format": ["esm"],
"minify": true,
"platform": "node",
"bundle": true,
"thirdParty": true
"bundle": true
}
},
"nx-release-publish": {
Expand Down

0 comments on commit e5e5fd5

Please sign in to comment.