-
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.
feat: support XDG convention on MacOS and fixes from fnm
- Loading branch information
1 parent
649e82b
commit f1ed9ed
Showing
18 changed files
with
222 additions
and
127 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"pactup": patch | ||
--- | ||
|
||
Support XDG convention on MacOS |
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,5 @@ | ||
--- | ||
"pactup": patch | ||
--- | ||
|
||
align some fixes with fnm |
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 @@ | ||
fn main() { | ||
embed_resource::compile("manifest.rc", embed_resource::NONE); | ||
} |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"url": "[email protected]:kadena-community/pactup.git" | ||
}, | ||
"author": "Salama Ashoush <[email protected]>", | ||
"packageManager": "[email protected].3", | ||
"packageManager": "[email protected].4", | ||
"license": "GPLv3", | ||
"description": "Linter for the JavaScript Oxidation Compiler", | ||
"keywords": [ | ||
|
@@ -44,15 +44,15 @@ | |
}, | ||
"devDependencies": { | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "2.27.4", | ||
"@types/node": "^20.12.12", | ||
"@changesets/cli": "2.27.5", | ||
"@types/node": "^20.13.0", | ||
"@types/shell-escape": "^0.2.3", | ||
"chalk": "^5.3.0", | ||
"cmd-ts": "0.13.0", | ||
"cross-env": "^7.0.3", | ||
"execa": "9.1.0", | ||
"lerna-changelog": "2.2.0", | ||
"prettier": "3.2.5", | ||
"prettier": "3.3.0", | ||
"pv": "1.0.1", | ||
"shell-escape": "^0.2.0", | ||
"svg-term-cli": "2.1.1", | ||
|
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,2 @@ | ||
#define RT_MANIFEST 24 | ||
1 RT_MANIFEST "pactup.manifest" |
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,11 @@ | ||
<?xml version='1.0' encoding='utf-8' standalone='yes'?> | ||
<assembly | ||
xmlns="urn:schemas-microsoft-com:asm.v1" | ||
manifestVersion="1.0" | ||
> | ||
<application xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<windowsSettings> | ||
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware> | ||
</windowsSettings> | ||
</application> | ||
</assembly> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.