Skip to content

Commit

Permalink
feat: add standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Nov 4, 2020
1 parent 73004c3 commit 6d83ec3
Show file tree
Hide file tree
Showing 2 changed files with 832 additions and 17 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lint:scripts": "eslint assets/js assets/lambda config",
"lint:styles": "stylelint \"assets/scss/**/*.{css,sass,scss,sss,less}\"",
"lint:markdown": "markdownlint *.md content/**/*.md",
"release": "standard-version",
"test": "npm run -s lint"
},
"devDependencies": {
Expand All @@ -35,6 +36,7 @@
"postcss-cli": "^8.2",
"purgecss-whitelister": "^2.4",
"rimraf": "^3.0",
"standard-version": "^9.0.0",
"stylelint": "^13.7",
"stylelint-config-standard": "^20.0"
},
Expand Down
Loading

0 comments on commit 6d83ec3

Please sign in to comment.