@aicupa/plugin-cut 1.0.3 → 1.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/view/index.html +0 -5
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@aicupa/plugin-cut",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Cut and paste tree nodes",
5
5
  "main": "./service",
6
- "view": "./view",
6
+ "view": "",
7
7
  "pluginContributes": {
8
8
  "contextMenus": [
9
9
  {
package/view/index.html DELETED
@@ -1,5 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head><meta charset="UTF-8"><title>Cut Plugin</title></head>
4
- <body><p>Cut plugin has no standalone view.</p></body>
5
- </html>