Skip to content

Commit f1443f8

Browse files
authored
Merge pull request #404 from dev-five-git/eslint-plugin-package
Fix package.json
2 parents 72b2453 + ad3170e commit f1443f8

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

packages/eslint-plugin/package.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
{
22
"name": "@devup-ui/eslint-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+
"eslint"
19+
],
320
"version": "1.0.0",
4-
"description": "eslint plugin for devup-ui",
521
"main": "dist/index.cjs",
622
"type": "module",
723
"scripts": {
@@ -10,20 +26,19 @@
1026
"lint": "eslint",
1127
"build": "tsc && vite build"
1228
},
29+
"publishConfig": {
30+
"access": "public"
31+
},
1332
"exports": {
1433
".": {
1534
"import": "./dist/index.js",
1635
"require": "./dist/index.cjs"
1736
}
1837
},
38+
"types": "./dist/index.d.ts",
1939
"files": [
2040
"dist"
2141
],
22-
"keywords": [
23-
"eslint"
24-
],
25-
"author": "devfive",
26-
"license": "ISC",
2742
"dependencies": {
2843
"typescript-eslint": "^8.44",
2944
"@typescript-eslint/utils": "^8.44"

0 commit comments

Comments
 (0)