custom-context-menu
Advanced tools
Comparing version 1.3.10 to 1.3.11
{ | ||
"name": "custom-context-menu", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "A small (<2kB minified and gzipped) tool with no dependencies that helps you create custom rightclick context menues.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -14,16 +14,16 @@ # Custom Context Menu | ||
```bash | ||
$ npm install custom-context-menu --save | ||
``` | ||
```bash | ||
$ yarn add custom-context-menu | ||
``` | ||
```bash | ||
$ npm install custom-context-menu --save | ||
``` | ||
```bash | ||
$ yarn add custom-context-menu | ||
``` | ||
1. Standalone | ||
Download the [preferable version](https://github.com/smellyshovel/custom-context-menu/releases) of this package and include the `cm.js` file as an external script: | ||
Download the [preferable version](https://github.com/smellyshovel/custom-context-menu/releases) of this package and include the `cm.js` file as an external script: | ||
```html | ||
<script src="cm.js"></script> | ||
``` | ||
```html | ||
<script src="cm.js"></script> | ||
``` | ||
@@ -30,0 +30,0 @@ ## [Usage](#usage) |
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
60987