Skip to content

Commit

Permalink
feat(documentation): use standard-version for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-bachner committed May 12, 2021
1 parent 8128a80 commit c199f9a
Show file tree
Hide file tree
Showing 2 changed files with 1,236 additions and 32 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
"dev": "slidev example.md",
"build": "slidev build example.md",
"export": "slidev export example.md",
"screenshot": "slidev export example.md --format png"
"screenshot": "slidev export example.md --format png",
"release": "standard-version && npm publish"
},
"dependencies": {
"@slidev/cli": ">=0.8",
"@slidev/theme-default": ">=0.7"
},
"devDependencies": {
"playwright-chromium": "^1.11.0"
"playwright-chromium": ">=1.11",
"standard-version": ">=9.3"
}
}
Loading

0 comments on commit c199f9a

Please sign in to comment.