Skip to content

Commit

Permalink
fix(esbuild-meta): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jun 20, 2024
1 parent af7d15c commit 8a9ef76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion packages/esbuild-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"esbuild": "0.19.2",
"yargs": "^17.7.2"
},
"version": "1.3.0"
"version": "1.4.4"
}
8 changes: 0 additions & 8 deletions packages/esbuild-meta/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/esbuild-meta/src",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"targets": {
"build": {
Expand Down

0 comments on commit 8a9ef76

Please sign in to comment.