sass-embedded-win32-x64 0.0.1-security → 1.54.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
This package name is not currently in use, but was formerly occupied
|
|
4
|
-
by another package. To avoid malicious use, npm is hanging on to the
|
|
5
|
-
package name.
|
|
6
|
-
|
|
1
|
+
# `sass-embedded-win32-x64`
|
|
7
2
|
|
|
3
|
+
This is the **win32-x64** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded)
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
REM This script drives the standalone sass_embedded package, which bundles together a
|
|
3
|
+
REM Dart executable and a snapshot of sass_embedded.
|
|
4
|
+
|
|
5
|
+
set SCRIPTPATH=%~dp0
|
|
6
|
+
set arguments=%*
|
|
7
|
+
"%SCRIPTPATH%\src\dart.exe" "%SCRIPTPATH%\src\dart-sass-embedded.snapshot" %arguments%
|