Skip to content

Commit 627c5a3

Browse files
committed
[sass] Reorder fields
1 parent d0f2e04 commit 627c5a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

heft-plugins/heft-sass-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"_phase:build": "heft run --only build -- --clean",
1616
"_phase:test": "heft run --only test -- --clean"
1717
},
18+
"main": "lib/index.js",
19+
"types": "lib/index.d.ts",
1820
"peerDependencies": {
1921
"@rushstack/heft": "^0.72.0"
2022
},
@@ -31,7 +33,5 @@
3133
"@rushstack/heft": "workspace:*",
3234
"local-node-rig": "workspace:*",
3335
"eslint": "~8.57.0"
34-
},
35-
"main": "lib/index.js",
36-
"types": "lib/index.d.ts"
36+
}
3737
}

0 commit comments

Comments
 (0)