@powerlines/tsconfig 0.2.185 → 0.2.186
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -285,7 +285,7 @@ generation of development tools, please reach out on our
|
|
|
285
285
|
|
|
286
286
|
<br />
|
|
287
287
|
|
|
288
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
288
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
|
|
289
289
|
<br />
|
|
290
290
|
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
291
291
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/tsconfig",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.186",
|
|
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.75" },
|
|
62
62
|
"publishConfig": { "access": "public" },
|
|
63
63
|
"sideEffects": false,
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "a433bcb371b361265f0b6f5f8f69003c96e9eb09"
|
|
65
65
|
}
|