We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f7c68 commit 4a87cecCopy full SHA for 4a87cec
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsonuri",
3
- "version": "4.0.0",
+ "version": "4.0.1",
4
"description": "Use URI path to get or set data",
5
"keywords": [
6
"array",
@@ -24,13 +24,13 @@
24
},
25
"license": "MIT",
26
"exports": {
27
- "types": "./index.d.ts",
+ "types": "./dist/index.d.ts",
28
"import": "./dist/index.mjs",
29
"require": "./dist/index.umd.cjs"
30
31
"main": "./dist/index.umd.cjs",
32
"module": "./dist/index.mjs",
33
34
"files": [
35
"dist",
36
"index.d.ts"
0 commit comments