Browse Source

upgrade Esprima to 1.0.0-beta-1186 (#610)

Marko Lahma 6 years ago
parent
commit
48081437b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jint/Jint.csproj

+ 1 - 1
Jint/Jint.csproj

@@ -7,6 +7,6 @@
     <LangVersion>latest</LangVersion>
   </PropertyGroup>
   <ItemGroup>
-    <PackageReference Include="Esprima" Version="1.0.0-beta-1184" />
+    <PackageReference Include="Esprima" Version="1.0.0-beta-1186" />
   </ItemGroup>
 </Project>