From fb6d5447196d7cc9f73e9db75dfc4fcaffc77180 Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Thu, 30 Sep 2021 12:16:00 +0300 Subject: [PATCH] Convert from UTF-8-BOM to UTF-8 --- .../app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json index 3eb6786a5c..c94337f8f8 100644 --- a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json +++ b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json @@ -1,4 +1,4 @@ -{ +{ "name": "volo.virtualfileexplorer.dempapp", "version": "1.0.0", "private": true,