Skip to content

Commit 6b56390

Browse files
committed
chore: Add publish config
1 parent 27901dd commit 6b56390

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

packages/json2mq/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
"version": "1.0.0",
44
"description": "Convert JSON data to media query string",
55
"license": "MIT",
6+
"homepage": "https://github.com/Milesight-IoT/responsive-toolkit",
7+
"repository": "https://github.com/Milesight-IoT/responsive-toolkit.git",
8+
"bugs": {
9+
"url": "https://github.com/Milesight-IoT/responsive-toolkit/issues"
10+
},
11+
"keywords": [
12+
"responsive",
13+
"json2mq",
14+
"media query"
15+
],
616
"main": "dist/index.js",
717
"module": "dist/index.mjs",
818
"types": "dist/index.d.ts",
@@ -19,7 +29,8 @@
1929
"test:watch": "vitest",
2030
"coverage": "vitest run --coverage",
2131
"lint": "eslint ./src/* ./tests/*",
22-
"lint:fix": "eslint --fix ./src/* ./tests/*"
32+
"lint:fix": "eslint --fix ./src/* ./tests/*",
33+
"prepublish": "pnpm run build"
2334
},
2435
"devDependencies": {
2536
"@antfu/eslint-config": "^4.10.1",

0 commit comments

Comments
 (0)