Skip to content

Commit 31aa788

Browse files
committed
docs: added missing fields
1 parent 6c436c9 commit 31aa788

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

packages/css-if-polyfill/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"version": "0.1.1",
44
"type": "module",
55
"description": "A JavaScript polyfill for CSS if() functionality with style(), media(), and supports() functions",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/mfranzke/css-if-polyfill.git"
9+
},
10+
"homepage": "https://mfranzke.github.io/css-if-polyfill/",
11+
"bugs": {
12+
"url": "https://github.com/mfranzke/css-if-polyfill/issues"
13+
},
614
"license": "MIT",
715
"bin": {
816
"css-if-transform": "bin/cli.js"

packages/postcss-if-function/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
"version": "0.1.0",
44
"type": "module",
55
"description": "PostCSS plugin for transforming CSS if() functions to native CSS",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/mfranzke/css-if-polyfill.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/mfranzke/css-if-polyfill/issues"
12+
},
613
"license": "MIT",
714
"main": "dist/index.cjs",
815
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)