Skip to content

Commit

Permalink
fix: publish readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararok committed May 18, 2024
1 parent 7f55814 commit 592011e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hexancore/nx",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"engines": {
"node": ">=22"
Expand Down
6 changes: 5 additions & 1 deletion packages/plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@
"main": "{projectRoot}/src/index.ts",
"tsConfig": "{projectRoot}/tsconfig.lib.json",
"assets": [
"{projectRoot}/*.md",
{
"input": "{projectRoot}/src",
"glob": "**/!(*.ts)",
"output": "./src"
},
{
"input": "{workspaceRoot}/README.md",
"glob": "README.md",
"output": "."
},
{
"input": "{workspaceRoot}",
"glob": "LICENSE",
Expand Down

0 comments on commit 592011e

Please sign in to comment.