File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments