focusbeui 0.1.0 → 0.1.1

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 (1) hide show
  1. package/package.json +9 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "focusbeui",
3
- "version": "0.1.0",
4
- "description": "focusbeui",
3
+ "version": "0.1.1",
4
+ "description": "Focusbe UI component library",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
7
7
  "exports": {
@@ -39,7 +39,7 @@
39
39
  "f2elint-fix": "f2elint fix",
40
40
  "dumi": "cross-env APP_ROOT=docs dumi dev",
41
41
  "dumi:build": "cross-env APP_ROOT=docs dumi build",
42
- "prepublishOnly": "npm run build && npm run lowcode:build && npm run dumi:build"
42
+ "_prepublishOnly": "npm run build && npm run lowcode:build && npm run dumi:build"
43
43
  },
44
44
  "directories": {
45
45
  "test": "test"
@@ -99,5 +99,9 @@
99
99
  "lcMeta": {
100
100
  "type": "component"
101
101
  },
102
- "homepage": "https://unpkg.com/focusbeui@0.1.0/build/index.html"
103
- }
102
+ "homepage": "https://unpkg.com/focusbeui@0.1.0/build/index.html",
103
+ "repository": {
104
+ "type": "git",
105
+ "url": "git+https://github.com/focusbe/focusbeui.git"
106
+ }
107
+ }