@vbarbarosh/menu
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"author": "Vladimir Barbarosh", | ||
"name": "@vbarbarosh/menu", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A small js for making menus", | ||
@@ -12,3 +12,4 @@ "license": "ISC", | ||
"src", | ||
"dist/*.js" | ||
"dist/*.js", | ||
"dist/*.css" | ||
], | ||
@@ -15,0 +16,0 @@ "keywords": [ |
@@ -9,7 +9,7 @@ A small js for making menus | ||
<script src="https://unpkg.com/@vbarbarosh/menu@0.0.1/dist/menu.js"></script> | ||
<script src="https://unpkg.com/@vbarbarosh/menu@0.0.2/dist/menu.js"></script> | ||
## Usage in plain JavaScript | ||
<link href="https://unpkg.com/@vbarbarosh/menu@0.0.1/dist/theme-flat.css" rel="stylesheet"> | ||
<link href="https://unpkg.com/@vbarbarosh/menu@0.0.2/dist/theme-flat.css" rel="stylesheet"> | ||
@@ -37,3 +37,3 @@ <ul id="main" class="menu-flat"> | ||
<script src="https://unpkg.com/jquery@3.5.1/dist/jquery.js"></script> | ||
<script src="https://unpkg.com/@vbarbarosh/menu@0.0.1/dist/menu.js"></script> | ||
<script src="https://unpkg.com/@vbarbarosh/menu@0.0.2/dist/menu.js"></script> | ||
<script> | ||
@@ -40,0 +40,0 @@ menu(document.getElementById('main')) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19664
9
420