Skip to content

Commit 72f9bde

Browse files
committed
Migrate to ESM
1 parent 37930a5 commit 72f9bde

32 files changed

Lines changed: 4039 additions & 5842 deletions

.eslintignore

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

.eslintrc.js

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

CHANGELOG.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
- Deprecated some CSS logical property utilities [[#16](https://github.com/ASL-19/emotion-utils/pull/16)]:
4444

4545
Deprecated the following:
46-
4746
- borderInlineEndWidth
4847
- borderInlineStartWidth
4948
- marginInlineEnd

api-extractor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
{
55
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
66
"extends": "@asl-19/shared-package-configs/api-extractor.json",
7-
"mainEntryPointFilePath": "<projectFolder>/dist/esm/index.d.ts"
7+
"mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts"
88
}

0 commit comments

Comments
 (0)