Skip to content

Commit

Permalink
Support ESM (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner authored Feb 18, 2023
1 parent e36ab37 commit 4d9b68d
Show file tree
Hide file tree
Showing 4 changed files with 1,480 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cache: npm
script:
# Have audit-ci run audit-ci to audit itself :)
# Temporary to properly test TypeScript PR
- npm run build
- npm run tsc
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then node dist/audit-ci.js --config ./audit-ci.jsonc; fi
- npm run lint
- npm run test
Loading

0 comments on commit 4d9b68d

Please sign in to comment.