Skip to content

Commit 2ce0df4

Browse files
authored
Merge pull request #3 from pauldambra/feat/update-debug-player
i never want to create a gist when i'm debugging
2 parents 557ee3a + 7d09604 commit 2ce0df4

File tree

10 files changed

+1179
-701
lines changed

10 files changed

+1179
-701
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ dist-ssr
2525

2626
# `.yarn/install-state.gz` is an optimization file that you shouldn't ever have to commit.
2727
# It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces all over again.
28-
.yarn/install-state.gz
28+
.yarn/install-state.gz
29+
# yarn seems to suggest you should commit the releases folder
30+
# but, yuck
31+
.yarn/releases

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarn run format

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.yarn/
2+
node_modules/

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
## rrweb new release guide
44

55
Add rrweb-player version number to bottom of `src/versions.json`.
6-

0 commit comments

Comments
 (0)