vue-simple-context-menu
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -1,3 +0,1 @@ | ||
// rollup.config.js | ||
// https://vuejs.org/v2/cookbook/packaging-sfc-for-npm.html | ||
import vue from 'rollup-plugin-vue'; | ||
@@ -4,0 +2,0 @@ import css from 'rollup-plugin-css-only' |
{ | ||
"name": "vue-simple-context-menu", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Simple context-menu component built for Vue. Works well with both left and right clicks. Nothing too fancy, just works and is simple to use.", | ||
@@ -29,9 +29,9 @@ "author": "John Datserakis <johndatserakis@gmail.com>", | ||
"scripts": { | ||
"watch": "cross-env NODE_ENV=development webpack-dev-server --mode development --open --hot", | ||
"watch:vue-cli": "vue serve ./src/vue-simple-context-menu.vue", | ||
"build": "rm -rf ./dist npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg", | ||
"watch": "cross-env NODE_ENV=development webpack-dev-server --open --hot", | ||
"build": "npm run test && npm run build:example && npm run build:library", | ||
"build:umd": "rollup --config build/rollup.config.js --format umd --file dist/vue-simple-context-menu.umd.js", | ||
"build:es": "rollup --config build/rollup.config.js --format es --file dist/vue-simple-context-menu.esm.js", | ||
"build:unpkg": "rollup --config build/rollup.config.js --format iife --file dist/vue-simple-context-menu.min.js", | ||
"build:example": "rm -rf ./docs && cross-env NODE_ENV=production webpack --mode production --progress --hide-modules", | ||
"build:library": "rm -rf ./dist npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg", | ||
"build:example": "rm -rf ./docs && cross-env NODE_ENV=production webpack --progress --hide-modules", | ||
"test": "jest" | ||
@@ -38,0 +38,0 @@ }, |
@@ -7,3 +7,3 @@ # vue-simple-context-menu | ||
<a href="https://www.npmjs.com/package/vue-simple-context-menu"><img src="https://img.shields.io/npm/v/vue-simple-context-menu.svg" alt="NPM Version"></a> | ||
<a href="https://www.npmjs.com/package/vue-simple-context-menu"><img src="https://img.shields.io/npm/dt/vue-simple-context-menu.svg" alt="NPM Downloads"></a> | ||
<a href="https://www.npmjs.com/package/vue-simple-context-menu"><img src="https://img.shields.io/npm/dm/vue-simple-context-menu.svg" alt="NPM Downloads"></a> | ||
<a href="http://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a> | ||
@@ -10,0 +10,0 @@ <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fjohndatserakis%2Fvue-simple-context-menu&text=Check%20out%20vue-simple-context-menu%20on%20GitHub&via=johndatserakis"> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
732044
1241