@sbs-plugin/vue2-image-process 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sbs-plugin/vue2-image-process",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "private": false,
5
5
  "main": "dist/vue2-image-processing.js",
6
6
  "module": "dist/vue2-image-processing.esm.js",
@@ -9,7 +9,7 @@
9
9
  "serve": "vue-cli-service serve",
10
10
  "build": "vue-cli-service build",
11
11
  "lint": "vue-cli-service lint",
12
- "lib": "vue-cli-service build --target lib --name vue2ImageProcess --dest dist ./index.js"
12
+ "lib": "vue-cli-service build --target lib --name vue2-image-processing --dest dist ./index.js"
13
13
  },
14
14
  "keywords": [
15
15
  "vue",
@@ -25,10 +25,6 @@
25
25
  "core-js": "^3.8.3",
26
26
  "vue": "^2.6.14"
27
27
  },
28
- "peerDependencies": {
29
- "vue": "^2.6.14",
30
- "vue-template-compiler": "^2.6.14"
31
- },
32
28
  "devDependencies": {
33
29
  "@babel/core": "^7.12.16",
34
30
  "@babel/eslint-parser": "^7.12.16",
package/dist/demo.html DELETED
@@ -1 +0,0 @@
1
- <!doctype html><meta charset="utf-8"><title>vue2ImageProcess demo</title><script src="./vue2ImageProcess.umd.js"></script><link rel="stylesheet" href="./vue2ImageProcess.css"><script>console.log(vue2ImageProcess)</script>