Skip to content

Commit

Permalink
feat: support esm build
Browse files Browse the repository at this point in the history
  • Loading branch information
calebboyd committed Feb 23, 2021
1 parent 001b5f8 commit 912c265
Show file tree
Hide file tree
Showing 10 changed files with 11,042 additions and 99 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,8 @@
"browser": true,
"node": true,
"jasmine": true
},
"parserOptions": {
"ecmaVersion": 2020
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec-js/
spec-build/
.out/
.tmp/
.eslintcache

# Import location artifacts
/ajax/
Expand Down
42 changes: 0 additions & 42 deletions .make-helpers.js

This file was deleted.

Loading

0 comments on commit 912c265

Please sign in to comment.