Skip to content

Commit

Permalink
fix: minor fixes of config files;
Browse files Browse the repository at this point in the history
  • Loading branch information
juunie-roh committed Dec 6, 2023
1 parent 6e19813 commit ac365ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
module.exports = { extends: ['@commitlint/config-conventional'] };
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "setting-up-next",
"version": "1.0.1",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "next lint --fix && prettier '**/*.{json,yaml}' --write --ignore-path .gitignore",
"check-types": "tsc --noEmit --pretty"
"check-types": "tsc --noEmit --pretty",
"postinstall": "husky install"
},
"dependencies": {
"next": "14.0.3",
Expand Down

0 comments on commit ac365ed

Please sign in to comment.