Skip to content

Commit

Permalink
feat: migrate package to ESM.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 27, 2022
1 parent 5955f4e commit 7cdf4e7
Show file tree
Hide file tree
Showing 111 changed files with 9,697 additions and 14,328 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false
17 changes: 5 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

node_modules/

# Logs
Expand Down Expand Up @@ -116,19 +117,11 @@ out
.idea
.vscode

# dotenv environment variables file
# Environment variables file
.env
.env.testing
.env.production

# Build files
*.js
*.d.ts
dist
build

# testing files generated here
file-class-test
file-class-global-test
folder-class-test
folder-class-global-test
# MacOS folder mapper file
.DS_Store
.Coverage
Loading

0 comments on commit 7cdf4e7

Please sign in to comment.