Skip to content

Commit f76c52f

Browse files
committed
chore: update devDeps, docs; drop core-js-bundle
1 parent c0b51ec commit f76c52f

31 files changed

+2750
-5968
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ For browser usage you can directly include `dist/index-browser-umd.cjs`; no
8383
Browserify magic is necessary:
8484

8585
```html
86-
<!-- Polyfill recommended by Babel for items not covered for older
87-
browsers in dist -->
88-
<script src="node_modules/core-js-bundle/minified.js"></script>
89-
9086
<script src="node_modules/jsonpath-plus/dist/index-browser-umd.cjs"></script>
9187

9288
<script>
@@ -400,4 +396,3 @@ npm run browser-test
400396
## License
401397

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

docs/ts/.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

0 commit comments

Comments
 (0)