Skip to content

Commit

Permalink
Merge pull request #3229 from iclanton/remove-mjs
Browse files Browse the repository at this point in the history
[rush] Remove the index.mjs export from rush-sdk.
  • Loading branch information
iclanton authored Feb 11, 2022
2 parents be40cbc + 20d62ae commit fe5df23
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions common/changes/@microsoft/rush/remove-mjs_2022-02-11-03-37.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Remove the lib/index.mjs file from the @rushstack/rush-sdk package. This package must be CommonJS.",
"type": "none"
}
],
"packageName": "@microsoft/rush"
}
9 changes: 0 additions & 9 deletions libraries/rush-sdk/config/typescript.json

This file was deleted.

1 change: 0 additions & 1 deletion libraries/rush-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"homepage": "https://rushjs.io",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "dist/rush-lib.d.ts",
"scripts": {
"build": "heft build --clean",
Expand Down

0 comments on commit fe5df23

Please sign in to comment.