Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 16, 2024
1 parent 608d661 commit eb0bdde
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions projects/syncer/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# @taiga-ui/syncer

`package.json`

```json
{
"name": "root-project",
"scripts": {},
"workspaces": ["./projects/*"],
"syncer": {
"includePaths": ["./projects", "./package-lock.json"],
"matchPackageNames": ["@my-scope-ui/*", "root-project"],
"ignorePackageNames": []
}
}
```

0 comments on commit eb0bdde

Please sign in to comment.