We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b092138 commit c58ee0bCopy full SHA for c58ee0b
package.json
@@ -1,10 +1,9 @@
1
{
2
"name": "@jsonic/path",
3
- "version": "0.9.0",
+ "version": "1.0.0",
4
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to determine the path to values.",
5
"main": "path.js",
6
"type": "commonjs",
7
- "browser": "path.min.js",
8
"types": "path.d.ts",
9
"homepage": "https://github.com/jsonicjs/path",
10
"keywords": [
@@ -52,6 +51,6 @@
52
51
"@jsonic/expr": ">=0.9.0"
53
},
54
"peerDependencies": {
55
- "jsonic": ">=2.15.1"
+ "jsonic": ">=2.15.2"
56
}
57
0 commit comments