Skip to content

Commit c2cc04e

Browse files
committed
add repo fields to pkg.json
1 parent dd31843 commit c2cc04e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "@projectwallace/css-parser",
33
"version": "0.0.0",
44
"description": "High-performance CSS lexer and parser, optimized for CSS inspection and analysis",
5+
"author": "Bart Veneman <[email protected]>",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/projectwallace/css-parser.git"
10+
},
11+
"issues": "https://github.com/projectwallace/css-parser/issues",
12+
"homepage": "https://github.com/projectwallace/css-parser",
513
"type": "module",
614
"main": "./dist/index.js",
715
"module": "./dist/index.js",
@@ -50,8 +58,6 @@
5058
"tokenizer",
5159
"ast"
5260
],
53-
"author": "",
54-
"license": "ISC",
5561
"devDependencies": {
5662
"@projectwallace/preset-oxlint": "^0.0.7",
5763
"@types/node": "^24.10.1",

0 commit comments

Comments
 (0)