parent
6339106e4e
commit
22b2f907f3
@ -29,7 +29,7 @@
|
|||||||
"lint:prettier": "prettier \".\" --check",
|
"lint:prettier": "prettier \".\" --check",
|
||||||
"lint:commit": "commitlint",
|
"lint:commit": "commitlint",
|
||||||
"lint:staged": "lint-staged",
|
"lint:staged": "lint-staged",
|
||||||
"release": "semantic-release --branches main",
|
"release": "semantic-release",
|
||||||
"generate": "plop"
|
"generate": "plop"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -79,5 +79,8 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Walidoux/next-app-boilerplate/issues"
|
"url": "https://github.com/Walidoux/next-app-boilerplate/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://next-app-boilerplate.vercel.app"
|
"homepage": "https://next-app-boilerplate.vercel.app",
|
||||||
|
"branches": [
|
||||||
|
"master"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user