Skip to content

Commit

Permalink
fix(conventional commits): add standard-version to project
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Jul 20, 2021
1 parent bb0c561 commit 8863074
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup -c --environment BUILD:production"
"build": "rollup -c --environment BUILD:production",
"release": "standard-version"
},
"keywords": [],
"author": "SkepticMystic",
Expand All @@ -23,6 +24,7 @@
"obsidian": "^0.12.0",
"rollup": "^2.32.1",
"rollup-plugin-svelte": "7.1.0",
"standard-version": "^9.3.1",
"svelte-check": "1.1.14",
"svelte-preprocess": "4.7.3",
"tslib": "^2.2.0",
Expand Down

0 comments on commit 8863074

Please sign in to comment.