2 parents c7bb66b + 544dd41 commit d736560Copy full SHA for d736560
1 file changed
package.json
@@ -1,14 +1,15 @@
1
{
2
"name": "jsonriver",
3
"type": "module",
4
- "version": "1.1.0",
+ "version": "1.1.1",
5
"description": "A JSON parser that produces increasingly complete versions of the parsed value.",
6
"main": "dist/index.js",
7
"module": "dist/index.js",
8
"types": "dist/index.d.ts",
9
"license": "BSD-3-Clause",
10
"exports": {
11
".": {
12
+ "types": "./dist/index.d.ts",
13
"import": "./dist/index.js"
14
}
15
},
0 commit comments