advanced-menus
Advanced tools
Comparing version 1.0.1 to 1.0.2
13
index.js
@@ -1,8 +0,9 @@ | ||
require('./sass/menu.scss'); | ||
import Menu from "./module/Menu.js"; | ||
var menu = new Menu({ | ||
menu_selector: "#main-menu", | ||
test:"tester" | ||
}); | ||
var autoload = false; | ||
if (autoload){ | ||
require('./sass/menu.scss'); | ||
var menu = new Menu(); | ||
} | ||
export default Menu; |
{ | ||
"name": "advanced-menus", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Easy to use and configurable HTML5 Menus", | ||
@@ -33,2 +33,3 @@ "main": "index.js", | ||
"extract-text-webpack-plugin": "^2.1.0", | ||
"node-sass": "^4.5.2", | ||
"sass-loader": "^6.0.3", | ||
@@ -35,0 +36,0 @@ "style-loader": "^0.16.1", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
312
0
48623
13
19