forked from segmentio/typewriter
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update readme and node version * fix: upgrade all the packages to the latest version * fix: source code build * fix: build, render and lint issues * fix: use absolute versions * fix: tests, lint staged and husky * chore: remove unnecessary console log * chore: fix workflows * Update README.md Co-authored-by: Akash Gupta <64877812+akashrpo@users.noreply.github.com> * Update src/cli/commands/init.tsx Co-authored-by: Akash Gupta <64877812+akashrpo@users.noreply.github.com> * chore: update lint rules * refactor: remove unused return statement * chore: update menu and add rudder-typer scripts to accept arguments * fix: help and token commands * fix: handle bar imports * chore: avoid using next tag * chore: update readme file * fix: build, execution and test issues * chore: clean up dependencies * chore: clean up workflows and yarn scripts * fix: nodejs javascript test app * fix: nodejs javascript sampel app * chore: add ruddertyper script * fix: test app and root package.json * feat: add typescript sample app * chore: update nodejs sample apps * chore: replace yarn with npm * chore: clean up nodejs sample apps * Update src/cli/commands/init.tsx Co-authored-by: Akash Gupta <64877812+akashrpo@users.noreply.github.com> * Update src/cli/commands/init.tsx Co-authored-by: Akash Gupta <64877812+akashrpo@users.noreply.github.com> * Update README.md Co-authored-by: Akash Gupta <64877812+akashrpo@users.noreply.github.com> * chore: remove example and update readme --------- Co-authored-by: Akash Gupta <64877812+akashrpo@users.noreply.github.com> Co-authored-by: Akash Gupta <akashguptarpo@gmail.com>
- Loading branch information
1 parent
b67f2f2
commit d643416
Showing
92 changed files
with
16,757 additions
and
18,782 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
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 @@ | ||
npm run pre-commit |
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 +1 @@ | ||
10 | ||
20.16.0 |
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,4 +1,5 @@ | ||
dist | ||
node_modules | ||
.git | ||
CHANGELOG.md | ||
CHANGELOG.md | ||
tests/e2e/**/analytics |
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 |
---|---|---|
|
@@ -3,5 +3,6 @@ | |
"tabWidth": 2, | ||
"semi": true, | ||
"singleQuote": true, | ||
"printWidth": 100 | ||
"printWidth": 100, | ||
"useTabs": false | ||
} |
Validating CODEOWNERS rules …
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 @@ | ||
* @saikumarrs @akashrpo @ssbeefeater @MoumitaM @1abhishekpandey |
Oops, something went wrong.