@powerlines/tsconfig 0.2.69 → 0.2.71

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -39,7 +39,7 @@ This package is part of the 🔌 <b>Powerlines</b> monorepo. Powerlines packages
39
39
  <!-- prettier-ignore-end -->
40
40
 
41
41
  <div align="center">
42
- <b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/powerlines" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
42
+ <a href="https://github.com/storm-software/powerlines" target="_blank"><b>Be sure to ⭐ this repository on GitHub so you can keep up to date with it's progress!</b></a>
43
43
  </div>
44
44
 
45
45
  <br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/tsconfig",
3
- "version": "0.2.69",
3
+ "version": "0.2.71",
4
4
  "type": "module",
5
5
  "description": "A package containing shared TypeScript configuration files (tsconfig.json) used in Powerlines projects.",
6
6
  "repository": {
@@ -61,5 +61,5 @@
61
61
  "devDependencies": { "@storm-software/tsconfig": "^0.47.73" },
62
62
  "publishConfig": { "access": "public" },
63
63
  "sideEffects": false,
64
- "gitHead": "80d181e4eee59d93db27d4a40e1ca4be8751f722"
64
+ "gitHead": "b4b5079fef10cf5fccdaa2ff09dd8f728ff25bf7"
65
65
  }