good-enough-parser
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -25,2 +25,3 @@ "use strict"; | ||
'->', | ||
',', ';', | ||
]; | ||
@@ -27,0 +28,0 @@ /** |
@@ -22,2 +22,3 @@ /** | ||
'->', | ||
',', ';', | ||
]; | ||
@@ -24,0 +25,0 @@ /** |
{ | ||
"name": "good-enough-parser", | ||
"description": "Parse and query computer programs source code", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"repository": "git@github.com:zharinov/good-enough-parser.git", | ||
@@ -46,5 +46,5 @@ "author": "Sergei Zharinov", | ||
"@types/jest": "27.0.3", | ||
"@types/node": "16.11.14", | ||
"@typescript-eslint/eslint-plugin": "5.7.0", | ||
"@typescript-eslint/parser": "5.7.0", | ||
"@types/node": "16.11.15", | ||
"@typescript-eslint/eslint-plugin": "5.8.0", | ||
"@typescript-eslint/parser": "5.8.0", | ||
"eslint": "8.5.0", | ||
@@ -51,0 +51,0 @@ "eslint-config-prettier": "8.3.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
369297
4923