Skip to content

Commit 0cafde1

Browse files
committed
fix: package json and prettier
1 parent d15bcd4 commit 0cafde1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "react-nextjs-snippets",
33
"version": "1.0.0",
44
"main": "index.js",
5-
"repository": "https://github.com/kr-anurag/react-nextjs-snippets.git",
6-
"author": "Anurag <kr.anurag24@gmail.com>",
5+
"repository": "https://github.com/avneesh0612/react-nextjs-snippets.git",
6+
"author": "Avneesh Agarwal <avneeshagarwal0612@gmail.com>",
77
"license": "MIT",
88
"dependencies": {
99
"@commitlint/cli": "^16.1.0",
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"prepare": "husky install",
1919
"pre-commit": "yarn run format && git add -A .",
20-
"format": "prettier --write \"{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\"",
21-
"format:check": "prettier --check \"{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\""
20+
"format": "prettier --write \"packages/vscode/{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\"",
21+
"format:check": "prettier --check \"packages/vscode/{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\""
2222
}
2323
}

0 commit comments

Comments
 (0)