Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c58ee0b

Browse files
committedNov 7, 2024·
v1.0.0
1 parent b092138 commit c58ee0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "@jsonic/path",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to determine the path to values.",
55
"main": "path.js",
66
"type": "commonjs",
7-
"browser": "path.min.js",
87
"types": "path.d.ts",
98
"homepage": "https://github.com/jsonicjs/path",
109
"keywords": [
@@ -52,6 +51,6 @@
5251
"@jsonic/expr": ">=0.9.0"
5352
},
5453
"peerDependencies": {
55-
"jsonic": ">=2.15.1"
54+
"jsonic": ">=2.15.2"
5655
}
5756
}

0 commit comments

Comments
 (0)
Please sign in to comment.