Skip to content

Commit

Permalink
feat: add cjs bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Mar 29, 2024
1 parent f0f87b6 commit a55798d
Show file tree
Hide file tree
Showing 5 changed files with 657 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
/.nyc_output
/coverage
/cjs
2 changes: 2 additions & 0 deletions git-hooks-list_shim.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const gitHooksList = require('git-hooks-list');
module.exports = gitHooksList;
Loading

0 comments on commit a55798d

Please sign in to comment.