Skip to content

Commit

Permalink
chore: Add repository in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 3, 2020
1 parent 64af09b commit 9a71968
Show file tree
Hide file tree
Showing 54 changed files with 218 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
},
"create": {
"homepage": "https://github.com/uiwjs/uiw",
"license": "MIT",

"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"author": "kenny wang <[email protected]>"
},
"version": {
Expand Down
4 changes: 4 additions & 0 deletions packages/react-affix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Affix component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-affix#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Alert component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-alert#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Avatar component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-button#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-back-top/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "BackTop component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-back-top#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Badge component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-badge#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Breadcrumb component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-breadcrumb#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-button-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "ButtonGroup component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-button-group#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Button component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-button#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Calendar component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-calendar#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Card component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-card#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Checkbox component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-checkbox#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-collapse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Collapse component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-collapse#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-copy-to-clipboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "CpyToClipboard component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-copy-to-clipboard#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-date-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "DateInput component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-date-input#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "DatePicker component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-date-picker#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-descriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Descriptions component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-descriptions#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Divider component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-divider#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Drawer component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-drawer#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Dropdown component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-dropdown#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-file-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "FileInput component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-file-input#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Form component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-form#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Grid component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-grid#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Icon component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-icon#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Input component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-input#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "List component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-list#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Loader component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-loader#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Menu component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-menu#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Message component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-message#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Modal component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-modal#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-month-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "MonthPicker component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-month-picker#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-notify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Notify component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-notify#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-overlay-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "OverlayTrigger component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-overlay-trigger#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Overlay component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-overlay#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Pagination component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-pagination#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Popover component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-popover#readme",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
Loading

0 comments on commit 9a71968

Please sign in to comment.