Skip to content

Commit 864c37b

Browse files
committed
Add info to package.json
1 parent 15473c6 commit 864c37b

File tree

6 files changed

+99
-12
lines changed

6 files changed

+99
-12
lines changed

.changeset/rude-shoes-laugh.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@devup-ui/webpack-plugin": patch
3+
"@devup-ui/wasm": patch
4+
"@devup-ui/next-plugin": patch
5+
"@devup-ui/vite-plugin": patch
6+
"@devup-ui/react": patch
7+
---
8+
9+
Add info to package.json

bindings/devup-ui-wasm/package.json

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"name": "@devup-ui/wasm",
3+
"description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor",
4+
"repository": "https://github.com/dev-five-git/devup-ui",
5+
"author": "devfive",
6+
"license": "Apache-2.0",
7+
"homepage": "https://devup-ui.com",
8+
"bugs": {
9+
"url": "https://github.com/dev-five-git/devup-ui/issues",
10+
"email": "[email protected]"
11+
},
12+
"keywords": [
13+
"css",
14+
"css-in-js",
15+
"css-in-js-preprocessor",
16+
"css-in-js-framework",
17+
"react",
18+
"wasm"
19+
],
320
"version": "1.0.0",
421
"scripts": {
522
"build": "wasm-pack build --target nodejs --out-dir ./pkg --out-name index && node script.js",
@@ -11,13 +28,6 @@
1128
"sideEffects": false,
1229
"main": "./pkg/index.js",
1330
"module": "./pkg/index.js",
14-
"keywords": [
15-
"react",
16-
"css-in-js",
17-
"zero-runtime",
18-
"front-end",
19-
"design-system"
20-
],
2131
"files": [
2232
"pkg/index.d.ts",
2333
"pkg/index.js",
@@ -34,4 +44,4 @@
3444
}
3545
},
3646
"types": "./pkg/index.d.ts"
37-
}
47+
}

packages/next-plugin/package.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"name": "@devup-ui/next-plugin",
3+
"description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor",
4+
"repository": "https://github.com/dev-five-git/devup-ui",
5+
"author": "devfive",
6+
"license": "Apache-2.0",
7+
"homepage": "https://devup-ui.com",
8+
"bugs": {
9+
"url": "https://github.com/dev-five-git/devup-ui/issues",
10+
"email": "[email protected]"
11+
},
12+
"keywords": [
13+
"css",
14+
"css-in-js",
15+
"css-in-js-preprocessor",
16+
"css-in-js-framework",
17+
"react",
18+
"next",
19+
"webpack"
20+
],
321
"type": "module",
422
"version": "1.0.0",
523
"scripts": {
@@ -36,4 +54,4 @@
3654
"@devup-ui/webpack-plugin": "*",
3755
"next": "*"
3856
}
39-
}
57+
}

packages/react/package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
{
22
"name": "@devup-ui/react",
3+
"description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor",
4+
"repository": "https://github.com/dev-five-git/devup-ui",
5+
"author": "devfive",
6+
"license": "Apache-2.0",
7+
"homepage": "https://devup-ui.com",
8+
"bugs": {
9+
"url": "https://github.com/dev-five-git/devup-ui/issues",
10+
"email": "[email protected]"
11+
},
12+
"keywords": [
13+
"css",
14+
"css-in-js",
15+
"css-in-js-preprocessor",
16+
"css-in-js-framework",
17+
"react"
18+
],
319
"version": "1.0.0",
420
"type": "module",
521
"scripts": {
@@ -38,4 +54,4 @@
3854
"react": "*",
3955
"csstype": "*"
4056
}
41-
}
57+
}

packages/vite-plugin/package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"name": "@devup-ui/vite-plugin",
3+
"description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor",
4+
"repository": "https://github.com/dev-five-git/devup-ui",
5+
"author": "devfive",
6+
"license": "Apache-2.0",
7+
"homepage": "https://devup-ui.com",
8+
"bugs": {
9+
"url": "https://github.com/dev-five-git/devup-ui/issues",
10+
"email": "[email protected]"
11+
},
12+
"keywords": [
13+
"css",
14+
"css-in-js",
15+
"css-in-js-preprocessor",
16+
"css-in-js-framework",
17+
"react",
18+
"vite"
19+
],
320
"type": "module",
421
"version": "1.0.0",
522
"scripts": {
@@ -33,4 +50,4 @@
3350
"vite": "*",
3451
"@devup-ui/wasm": "*"
3552
}
36-
}
53+
}

packages/webpack-plugin/package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"name": "@devup-ui/webpack-plugin",
3+
"description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor",
4+
"repository": "https://github.com/dev-five-git/devup-ui",
5+
"author": "devfive",
6+
"license": "Apache-2.0",
7+
"homepage": "https://devup-ui.com",
8+
"bugs": {
9+
"url": "https://github.com/dev-five-git/devup-ui/issues",
10+
"email": "[email protected]"
11+
},
12+
"keywords": [
13+
"css",
14+
"css-in-js",
15+
"css-in-js-preprocessor",
16+
"css-in-js-framework",
17+
"react",
18+
"webpack"
19+
],
320
"type": "module",
421
"version": "1.0.0",
522
"scripts": {
@@ -44,4 +61,4 @@
4461
"vitest": "^3.1.3",
4562
"typescript": "^5.8.3"
4663
}
47-
}
64+
}

0 commit comments

Comments
 (0)