Skip to content

Commit

Permalink
chore: update devDeps, docs; drop core-js-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Mar 5, 2024
1 parent c0b51ec commit f76c52f
Show file tree
Hide file tree
Showing 31 changed files with 2,750 additions and 5,968 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ For browser usage you can directly include `dist/index-browser-umd.cjs`; no
Browserify magic is necessary:

```html
<!-- Polyfill recommended by Babel for items not covered for older
browsers in dist -->
<script src="node_modules/core-js-bundle/minified.js"></script>

<script src="node_modules/jsonpath-plus/dist/index-browser-umd.cjs"></script>

<script>
Expand Down Expand Up @@ -400,4 +396,3 @@ npm run browser-test
## License

[MIT License](https://opensource.org/license/mit/).

1 change: 1 addition & 0 deletions docs/ts/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
Loading

0 comments on commit f76c52f

Please sign in to comment.