Skip to content

Commit

Permalink
fix: Add support for commonjs (#156)
Browse files Browse the repository at this point in the history
* update pdf2json to latest version

* feat: add support for commonjs
  • Loading branch information
Pipo93 authored Aug 3, 2024
1 parent 300351c commit e71c6bd
Show file tree
Hide file tree
Showing 6 changed files with 444 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Build commonjs
run: npm run build:cjs
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules
/dist
Loading

0 comments on commit e71c6bd

Please sign in to comment.