-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace node-libuuid test with libxmljs
- Loading branch information
1 parent
0147953
commit bb17e2f
Showing
2 changed files
with
5 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,8 +58,10 @@ This code snippet explains the purpose of each test package: | |
// Testcase for a package with an external native dependency | ||
"node-libcurl", | ||
// Testcase for a package with native C code that needs to be compiled | ||
"node-libuuid", | ||
"libxmljs", | ||
// Testcase for a package with native C code and an Xcode-related workaround in node-gyp to make it compile on macOS | ||
{ "bcrypt": "3.0.x" } | ||
{ "bcrypt": "3.0.x" }, | ||
// Testcase for an NPM alias | ||
{ "next": "npm:@blitzjs/[email protected]" } | ||
] | ||
``` |
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
"@sindresorhus/df", | ||
{ "@bengotow/slate-edit-list": "github:bengotow/slate-edit-list" }, | ||
"node-libcurl", | ||
"node-libuuid", | ||
"libxmljs", | ||
{ "bcrypt": "3.0.x" }, | ||
{ "next": "npm:@blitzjs/[email protected]" } | ||
] |