@powerlines/tsconfig 0.2.21 → 0.2.23
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 +5 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -250,7 +250,11 @@ specification. Contributions of any kind welcome!
|
|
|
250
250
|
<br />
|
|
251
251
|
|
|
252
252
|
<div align="center">
|
|
253
|
-
<
|
|
253
|
+
<picture>
|
|
254
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp">
|
|
255
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light-optimized.webp">
|
|
256
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp" width="100%" alt="Storm Software" />
|
|
257
|
+
</picture>
|
|
254
258
|
</div>
|
|
255
259
|
<br />
|
|
256
260
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/tsconfig",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing shared TypeScript configuration files (tsconfig.json) used in Powerlines projects.",
|
|
6
6
|
"repository": {
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"keywords": ["powerlines", "storm-software", "typescript", "tsconfig"],
|
|
59
59
|
"peerDependencies": { "@storm-software/tsconfig": "*" },
|
|
60
60
|
"peerDependenciesMeta": { "@storm-software/tsconfig": { "optional": false } },
|
|
61
|
-
"devDependencies": { "@storm-software/tsconfig": "^0.47.
|
|
61
|
+
"devDependencies": { "@storm-software/tsconfig": "^0.47.54" },
|
|
62
62
|
"publishConfig": { "access": "public" },
|
|
63
63
|
"sideEffects": false,
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "8f31b1531e973824d7c3d58abe08c1f1f75e36e5"
|
|
65
65
|
}
|