Skip to content

Commit 6c436c9

Browse files
committed
fix: running npm pkg fix
1 parent 35eac20 commit 6c436c9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "css-if-polyfill-monorepo",
3+
"version": "",
34
"type": "module",
45
"description": "A JavaScript polyfill and PostCSS plugin for CSS if() functionality with style(), media(), and supports() functions",
56
"repository": {

packages/css-if-polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A JavaScript polyfill for CSS if() functionality with style(), media(), and supports() functions",
66
"license": "MIT",
77
"bin": {
8-
"css-if-transform": "./bin/cli.js"
8+
"css-if-transform": "bin/cli.js"
99
},
1010
"main": "dist/index.cjs",
1111
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)