@ncfour-us/logging 0.0.21 → 0.0.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/_config.yml +13 -0
- package/package.json +1 -1
package/_config.yml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# This is a configuration file for Github Pages
|
|
2
|
+
|
|
3
|
+
# More information on this file can be found at:
|
|
4
|
+
# https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll
|
|
5
|
+
|
|
6
|
+
remote_theme: pages-themes/slate@v0.2.0
|
|
7
|
+
plugins:
|
|
8
|
+
- jekyll-remote-theme # add this line to the plugins list if you already have one
|
|
9
|
+
|
|
10
|
+
title: "@ncfour-us/logging NPM package"
|
|
11
|
+
description: A thin proxy to isolate the logger implementation from other code
|
|
12
|
+
|
|
13
|
+
show_downloads: "true"
|