jsonpath-plus
Advanced tools
Comparing version 0.20.0 to 0.20.1
# CHANGES for jsonpath-plus | ||
## 0.20.1 (June 12, 2019) | ||
- npm: Avoid adding `core-js-bundle` as peerDep. (fixes #95) | ||
## 0.20.0 (June 4, 2019) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"author": "Stefan Goessner", | ||
"name": "jsonpath-plus", | ||
"version": "0.20.0", | ||
"version": "0.20.1", | ||
"main": "dist/index-umd.js", | ||
@@ -47,5 +47,2 @@ "module": "dist/index-es.js", | ||
}, | ||
"peerDependencies": { | ||
"core-js-bundle": "^3.1.3" | ||
}, | ||
"dependencies": {}, | ||
@@ -52,0 +49,0 @@ "devDependencies": { |
@@ -64,3 +64,7 @@ # JSONPath Plus [![build status](https://secure.travis-ci.org/s3u/JSONPath.png)](http://travis-ci.org/s3u/JSONPath) | ||
```html | ||
<script src="dist/index-umd.js"></script> | ||
<!-- 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-umd.js"></script> | ||
<script> | ||
@@ -67,0 +71,0 @@ const result = JSONPath({path: '...', json: ...}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
203018
0
359