-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First working version for ESM and updated dependencies. * Update main readme. * Move assets to root. * README file * Use standard linter. Fixes. * Add tests for getMarkdownRelease. Fix to use processor API. * Linter issues. * v3.0.0-beta.0 * Fix missing dependency. * v3.0.0-beta.1 * Update remark-chan README. * Fix api to use async/await versions. * Update README * Update README * v3.0.0-beta.2
- Loading branch information
Showing
92 changed files
with
9,372 additions
and
47,975 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,12 @@ | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false |
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
File renamed without changes
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 |
---|---|---|
@@ -1,14 +1,4 @@ | ||
{ | ||
"version": "2.3.0", | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"command": { | ||
"bootstrap": { | ||
"hoist": true | ||
}, | ||
"clean": { | ||
"yes": true | ||
} | ||
} | ||
"version": "3.0.0-beta.2", | ||
"useWorkspaces": true | ||
} |
Oops, something went wrong.