forked from sass/embedded-host-node
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature.shared-resources
* main: Update Dart Sass version and release Look for x64 version on arm64 windows (sass#266) Update Dart Sass version and release Support musl-libc and android (sass#265)
- Loading branch information
Showing
29 changed files
with
334 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-android-arm` | ||
|
||
This is the **android-arm** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "sass-embedded-android-arm", | ||
"version": "1.69.7", | ||
"description": "The android-arm binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"bin": { | ||
"sass": "./dart-sass/sass" | ||
}, | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"arm" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-android-arm64` | ||
|
||
This is the **android-arm64** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "sass-embedded-android-arm64", | ||
"version": "1.69.7", | ||
"description": "The android-arm64 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"bin": { | ||
"sass": "./dart-sass/sass" | ||
}, | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-android-ia32` | ||
|
||
This is the **android-ia32** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "sass-embedded-android-ia32", | ||
"version": "1.69.7", | ||
"description": "The android-ia32 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"bin": { | ||
"sass": "./dart-sass/sass" | ||
}, | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"ia32" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-android-x64` | ||
|
||
This is the **android-x64** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "sass-embedded-android-x64", | ||
"version": "1.69.7", | ||
"description": "The android-x64 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"bin": { | ||
"sass": "./dart-sass/sass" | ||
}, | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"x64" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-linux-musl-arm` | ||
|
||
This is the **linux-musl-arm** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "sass-embedded-linux-musl-arm", | ||
"version": "1.69.7", | ||
"description": "The linux-musl-arm binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"arm" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-linux-musl-arm64` | ||
|
||
This is the **linux-musl-arm64** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "sass-embedded-linux-musl-arm64", | ||
"version": "1.69.7", | ||
"description": "The linux-musl-arm64 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-linux-musl-ia32` | ||
|
||
This is the **linux-musl-ia32** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "sass-embedded-linux-musl-ia32", | ||
"version": "1.69.7", | ||
"description": "The linux-musl-ia32 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"ia32" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-linux-musl-x64` | ||
|
||
This is the **linux-musl-x64** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "sass-embedded-linux-musl-x64", | ||
"version": "1.69.7", | ||
"description": "The linux-musl-x64 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"x64" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.