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 f6a8bdf commit 82ee9c3Copy full SHA for 82ee9c3
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "json-lexer",
3
+ "version": "1.2.0",
4
"description": "lexing json",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -37,6 +38,5 @@
37
38
"bugs": {
39
"url": "https://github.com/finnp/json-lexer/issues"
40
},
- "homepage": "https://github.com/finnp/json-lexer#readme",
41
- "version": "0.1.0"
+ "homepage": "https://github.com/finnp/json-lexer#readme"
42
}
0 commit comments