Skip to content

Commit d5f4c4c

Browse files
committed
fix: Incorrect paths in package.json.
1 parent 736f460 commit d5f4c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@css-blocks/config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@css-blocks/config",
33
"version": "0.24.0",
44
"description": "Standardized access to css-blocks configuration files.",
5-
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
5+
"main": "dist/src/index.js",
6+
"types": "dist/src/index.d.ts",
77
"files": [
88
"bin",
99
"dist",

0 commit comments

Comments
 (0)