Skip to content

Commit

Permalink
Merge branch 'bump_webpack' of github.com:thepiyush-303/pdf-annotate.…
Browse files Browse the repository at this point in the history
…js into bump_webpack
  • Loading branch information
thepiyush-303 committed Jul 12, 2024
2 parents dfe5fbc + 2313051 commit 6a4857f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To report issues for pdf-annotate.js, please file them under the [Submitty/Submi
## Installation

```bash
npm install @submitty/pdf-annotate.js
npm install Submitty/pdf-annotate.js
```

## Example
Expand Down Expand Up @@ -73,3 +73,15 @@ $ npm test
# lint the code
$ npm run lint
```

## Building
**Do not** commit your built files when contributing.
If on Windows, change the `build` script in `package.json` to `webpack && SET MINIFY=1&webpack`.
```bash
# switch to node v14 or earlier
$ nvm use 14

# build the dist files
$ npm run build
```

2 changes: 1 addition & 1 deletion dist/pdf-annotate.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pdf-annotate.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pdf-annotate.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pdf-annotate.min.js.map

Large diffs are not rendered by default.

0 comments on commit 6a4857f

Please sign in to comment.