Skip to content

Commit

Permalink
Merge pull request #250 from brianespinosa/slideshow-auto
Browse files Browse the repository at this point in the history
feat(#217): CH.Slideshow autoPlay and autoPlayLoop
  • Loading branch information
pomber authored Aug 1, 2022
2 parents d4b9afc + a717375 commit 9683b5b
Show file tree
Hide file tree
Showing 6 changed files with 620 additions and 68 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.14
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"build:playground": "lerna run --stream --scope playground build",
"test": "lerna run --stream test",
"dev": "lerna run --stream --scope @*/mdx dev",
"release": "auto shipit"
"release": "auto shipit",
"postinstall": "yarn build:lib"
},
"devDependencies": {
"auto": "^10.18.7",
Expand Down
Loading

0 comments on commit 9683b5b

Please sign in to comment.