@lvce-editor/about-view 3.0.0 → 4.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@lvce-editor/about-view",
3
- "version": "3.0.0",
4
- "description": "",
3
+ "version": "4.1.1",
4
+ "description": "About View Worker",
5
5
  "main": "dist/aboutWorkerMain.js",
6
6
  "type": "module",
7
7
  "keywords": [
8
- "about"
8
+ "about-view"
9
9
  ],
10
10
  "author": "Lvce Editor",
11
- "license": "MIT"
11
+ "license": "MIT",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/lvce-editor/about-view.git"
15
+ }
12
16
  }