@vbarbarosh/menu
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"author": "Vladimir Barbarosh", | ||
"name": "@vbarbarosh/menu", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A small js for making menus", | ||
"license": "ISC", | ||
"main": "src/browser.js", | ||
"main": "src/menu.js", | ||
"unpkg": "dist/menu.js", | ||
@@ -9,0 +9,0 @@ "jsdelivr": "dist/menu.js", |
@@ -9,7 +9,7 @@ A small js for making menus | ||
<script src="https://unpkg.com/@vbarbarosh/menu@0.0.2/dist/menu.js"></script> | ||
<script src="https://unpkg.com/@vbarbarosh/menu@0.0.3/dist/menu.js"></script> | ||
## Usage in plain JavaScript | ||
<link href="https://unpkg.com/@vbarbarosh/menu@0.0.2/dist/theme-flat.css" rel="stylesheet"> | ||
<link href="https://unpkg.com/@vbarbarosh/menu@0.0.3/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.2/dist/menu.js"></script> | ||
<script src="https://unpkg.com/@vbarbarosh/menu@0.0.3/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
19661