We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f2e04 commit 627c5a3Copy full SHA for 627c5a3
1 file changed
heft-plugins/heft-sass-plugin/package.json
@@ -15,6 +15,8 @@
15
"_phase:build": "heft run --only build -- --clean",
16
"_phase:test": "heft run --only test -- --clean"
17
},
18
+ "main": "lib/index.js",
19
+ "types": "lib/index.d.ts",
20
"peerDependencies": {
21
"@rushstack/heft": "^0.72.0"
22
@@ -31,7 +33,5 @@
31
33
"@rushstack/heft": "workspace:*",
32
34
"local-node-rig": "workspace:*",
35
"eslint": "~8.57.0"
- },
- "main": "lib/index.js",
36
- "types": "lib/index.d.ts"
+ }
37
}
0 commit comments