diff options
author | 2020-11-18 23:26:45 +0100 | |
---|---|---|
committer | 2020-11-18 23:26:45 +0100 | |
commit | 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch) | |
tree | 8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/node-sass/src/libsass/res | |
parent | 1870f3fdf43707a15fda0f609a021f516f45eb63 (diff) | |
download | website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2 website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip |
rm node_modules
Diffstat (limited to 'node_modules/node-sass/src/libsass/res')
-rw-r--r-- | node_modules/node-sass/src/libsass/res/resource.rc | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/node_modules/node-sass/src/libsass/res/resource.rc b/node_modules/node-sass/src/libsass/res/resource.rc deleted file mode 100644 index fc49e6a..0000000 --- a/node_modules/node-sass/src/libsass/res/resource.rc +++ /dev/null @@ -1,35 +0,0 @@ -#include <windows.h> - -// DLL version information. -VS_VERSION_INFO VERSIONINFO -FILEVERSION 1,0,0,0 -PRODUCTVERSION 1,0,0,0 -FILEFLAGSMASK VS_FFI_FILEFLAGSMASK -#ifdef _DEBUG - FILEFLAGS VS_FF_DEBUG | VS_FF_PRERELEASE -#else - FILEFLAGS 0 -#endif -FILEOS VOS_NT_WINDOWS32 -FILETYPE VFT_DLL -FILESUBTYPE VFT2_UNKNOWN -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "080904b0" - BEGIN - VALUE "CompanyName", "Sass Open Source Foundation" - VALUE "FileDescription", "A C/C++ implementation of a Sass compiler" - VALUE "FileVersion", "1.0.0.0" - VALUE "InternalName", "libsass" - VALUE "LegalCopyright", "\251 2017 libsass.org" - VALUE "OriginalFilename", "libsass.dll" - VALUE "ProductName", "LibSass Library" - VALUE "ProductVersion", "1.0.0.0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x809, 1200 - END -END |