Skip to content

Commit fe5df23

Browse files
authored
Merge pull request microsoft#3229 from iclanton/remove-mjs
[rush] Remove the index.mjs export from rush-sdk.
2 parents be40cbc + 20d62ae commit fe5df23

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "Remove the lib/index.mjs file from the @rushstack/rush-sdk package. This package must be CommonJS.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}

libraries/rush-sdk/config/typescript.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

libraries/rush-sdk/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
},
1010
"homepage": "https://rushjs.io",
1111
"main": "lib/index.js",
12-
"module": "lib/index.mjs",
1312
"typings": "dist/rush-lib.d.ts",
1413
"scripts": {
1514
"build": "heft build --clean",

0 commit comments

Comments
 (0)