@placetopay/sidebar-menu
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@placetopay/sidebar-menu", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"private": false, | ||
@@ -9,3 +9,6 @@ "files": [ | ||
"description": "A configurable sidebar menu in many projects", | ||
"author": "Roberto Jimenez P <carlos.jimenezpinzon@evertecinc.com>", | ||
"author": { | ||
"email": "carlos.jimenezpinzon@evertecinc.com", | ||
"name": "Roberto Jimenez P" | ||
}, | ||
"main": "./dist/sidebar-menu.umd.js", | ||
@@ -53,17 +56,3 @@ "module": "./dist/sidebar-menu.es.js", | ||
"vuex": "^3.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@bitbucket.org/placetopay/sidebar-menu.git" | ||
}, | ||
"keywords": [ | ||
"sidebar", | ||
"menu", | ||
"spartan" | ||
], | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://bitbucket.org/placetopay/sidebar-menu/issues" | ||
}, | ||
"homepage": "https://bitbucket.org/placetopay/sidebar-menu#readme" | ||
} | ||
} |
@@ -17,3 +17,3 @@ # Sidebar Menu | ||
# git clone | ||
git clone git@bitbucket.org:placetopay/sidebar-menu-component.git | ||
git clone git@bitbucket.org:placetopay/sidebar-menu.git | ||
@@ -36,3 +36,3 @@ For development | ||
# install via npm | ||
npm i sidebar-menu-component | ||
npm i @placetopay/sidebar-menu | ||
``` | ||
@@ -44,4 +44,4 @@ | ||
// register the plugin on vue | ||
import SidebarMenu from "sidebar-menu-component"; | ||
import 'sidebar-menu-component/dist/sidebar-menu.scss' | ||
import SidebarMenu from '@placetopay/sidebar-menu' | ||
import '@placetopay/sidebar-menu/dist/sidebar-menu.scss' | ||
import Vuex from 'vuex' | ||
@@ -48,0 +48,0 @@ |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
7707719
1
10