@taiga-ui/syncer 0.180.0 → 0.182.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,7 +10,13 @@
10
10
  "syncer": {
11
11
  "includePaths": ["./projects", "./package-lock.json"],
12
12
  "matchPackageNames": ["@my-scope-ui/*", "root-project"],
13
- "ignorePackageNames": []
13
+ "ignorePackageNames": ["@my-scope-ui/ignore-my-package"]
14
14
  }
15
15
  }
16
16
  ```
17
+
18
+ Then try update
19
+
20
+ ```bash
21
+ $ npx syncer
22
+ ```
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@taiga-ui/syncer",
3
- "version": "0.180.0",
3
+ "version": "0.182.0",
4
4
  "description": "Taiga UI CLI tool for sync version in npm workspaces",
5
5
  "keywords": [
6
6
  "sync version"
7
7
  ],
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/taiga-family/linters.git"
10
+ "url": "https://github.com/taiga-family/configurations.git"
11
11
  },
12
12
  "license": "Apache-2.0",
13
13
  "main": "./bin/src/index.js",