Skip to content

Commit 1d49adb

Browse files
committed
feat(FR-1223): deploy to npm as backend.ai-ui
1 parent a88878b commit 1d49adb

File tree

2 files changed

+23927
-13550
lines changed

2 files changed

+23927
-13550
lines changed

packages/backend.ai-ui/package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
{
22
"name": "backend.ai-ui",
3-
"version": "1.0.0",
4-
"private": true,
5-
"description": "Shared UI components for Backend.AI",
3+
"version": "25.16.0",
4+
"description": "React components for Backend.AI",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/lablup/backend.ai-webui/tree/main/packages/backend.ai-ui"
8+
},
9+
"bugs": {
10+
"url": "https://github.com/lablup/backend.ai-webui/issues"
11+
},
12+
"author": "Lablup Inc. <[email protected]>",
13+
"license": "LGPL-3.0-or-later",
14+
"keywords": [
15+
"backend.ai",
16+
"component",
17+
"react"
18+
],
19+
"main": "./dist/backend.ai-ui.js",
20+
"module": "./dist/backend.ai-ui.js",
21+
"types": "./dist/index.d.ts",
622
"sideEffects": false,
723
"exports": {
824
".": {

0 commit comments

Comments
 (0)