@trenoxxious/n-components 1.0.16 → 1.0.18

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 ADDED
@@ -0,0 +1,6 @@
1
+ # n-components
2
+ Simple web components for use with *static* vanilla HTML, JS and CSS websites.
3
+
4
+ To use, import with `<script src="https://unpkg.com/@trenoxxious/n-components@latest/dist/n-components.umd.js"></script>` in your HTML `<head>`.
5
+
6
+ View our [Github](https://github.com/Trenoxxious/n-components) to see all of the available n-components options.
package/dist/index.html CHANGED
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
  <script>
224
224
  const currentVersionDisplay = document.getElementById('current-version');
225
- const currentVersionNum = '1.0.14';
225
+ const currentVersionNum = '1.0.17';
226
226
 
227
227
  currentVersionDisplay.innerText = currentVersionNum;
228
228
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@trenoxxious/n-components",
3
3
  "description": "Customizable components for use with vanilla HTML, Javascript and CSS.",
4
4
  "private": false,
5
- "version": "1.0.16",
5
+ "version": "1.0.18",
6
6
  "repository": "github:Trenoxxious/n-components",
7
7
  "keywords": [
8
8
  "web-components",