-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use handlebars, split generate script
- Loading branch information
1 parent
c3f013a
commit 9c6b425
Showing
24 changed files
with
634 additions
and
404 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,4 +148,4 @@ | |
color: "#8aadf4" | ||
- name: youtube | ||
description: YouTube | ||
color: "#8aadf4" | ||
color: "#8aadf4" |
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
"@actions/core": "npm:@actions/[email protected]", | ||
"@octokit/rest": "npm:@octokit/[email protected]", | ||
"ajv": "npm:[email protected]", | ||
"handlebars": "npm:[email protected]", | ||
"less": "npm:[email protected]", | ||
"usercss-meta": "npm:[email protected]" | ||
}, | ||
|
@@ -14,6 +15,6 @@ | |
"ci:sync-maintainers": "deno run -A ./scripts/sync-maintainers/main.ts", | ||
"lint": "deno run -A ./scripts/lint/main.ts", | ||
"lint:fix": "deno task lint --fix", | ||
"update-types": "deno run -A 'npm:json-schema-to-typescript' ./scripts/userstyles.schema.json ./scripts/types/userstyles.d.ts" | ||
"update-types": "deno run -A ./scripts/update-types.ts" | ||
} | ||
} |
Oops, something went wrong.