Skip to content

Commit a8faff5

Browse files
committed
.
1 parent b8299ca commit a8faff5

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

package.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
{
2-
"name": "prettier-for-vite-react",
3-
"version": "0.1.6",
4-
"description": "Automation for installing Prettier in a Vite-React project that will integrate the use of prettier into the project",
5-
"main": "prettier-vite-react.sh",
6-
"bin": {
7-
"prettier-vite-react": "prettier-vite-react.sh"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/Synergy2Devs/prettierForVite-React.git"
12-
},
13-
"scripts": {
14-
"test": "echo \"Error: no test specified\" && exit 1"
15-
},
16-
"author": "Synergy2Devs",
17-
"license": "ISC",
18-
"bugs": {
19-
"url": "https://github.com/Synergy2Devs/prettierForVite-React/issues"
20-
},
21-
"homepage": "https://github.com/Synergy2Devs/prettierForVite-React#readme"
2+
"name": "prettier-for-vite-react",
3+
"version": "0.1.6",
4+
"description": "Automation for installing Prettier in a Vite-React project that will integrate the use of prettier into the project",
5+
"main": "prettier-vite-react.sh",
6+
"bin": {
7+
"prettier-vite-react": "prettier-vite-react.sh"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/Synergy2Devs/prettierForVite-React.git"
12+
},
13+
"scripts": {
14+
"test": "echo \"Error: no test specified\" && exit 1"
15+
},
16+
"author": "Synergy2Devs",
17+
"license": "ISC",
18+
"bugs": {
19+
"url": "https://github.com/Synergy2Devs/prettierForVite-React/issues"
20+
},
21+
"homepage": "https://github.com/Synergy2Devs/prettierForVite-React#readme"
2222
}
23+

0 commit comments

Comments
 (0)