Skip to content

Commit dbd029f

Browse files
authored
Update package.json
1 parent 73eead9 commit dbd029f

File tree

1 file changed

+24
-27
lines changed

1 file changed

+24
-27
lines changed

package.json

+24-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
11
{
2-
"name": "testing-things",
2+
"name": "testing-things",
33
"private": true,
4-
"version": "2.0.0",
5-
"description": "Testing things!",
6-
"scripts": {
7-
"prepare": "husky install",
8-
"format": "npx prettier --write --ignore-unknown \"**/*\""
9-
},
10-
"repository": "git://github.com/Virtual-Coffee/Testing-Things.git",
11-
"author": "Virtual Coffee <[email protected]> (https://virtualcoffee.io/)",
12-
"license": "CC-BY-3.0",
13-
"bugs": {
14-
"url": "https://github.com/Virtual-Coffee/Testing-Things/issues"
15-
},
16-
"homepage": "https://github.com/Virtual-Coffee/Testing-Things#readme",
17-
"devDependencies": {
18-
19-
"husky": "^7.0.2",
20-
"lint-staged": "^11.2.0",
21-
"prettier": "2.4.1",
22-
},
23-
"dependencies": {
24-
25-
},
26-
"main": "index.js",
27-
"lint-staged": {
28-
"**/*": "prettier --write --ignore-unknown"
29-
}
4+
"version": "2.0.0",
5+
"description": "Testing things!",
6+
"scripts": {
7+
"prepare": "husky install",
8+
"format": "npx prettier --write --ignore-unknown \"**/*\""
9+
},
10+
"repository": "git://github.com/Virtual-Coffee/Testing-Things.git",
11+
"author": "Virtual Coffee <[email protected]> (https://virtualcoffee.io/)",
12+
"license": "CC-BY-3.0",
13+
"bugs": {
14+
"url": "https://github.com/Virtual-Coffee/Testing-Things/issues"
15+
},
16+
"homepage": "https://github.com/Virtual-Coffee/Testing-Things#readme",
17+
"devDependencies": {
18+
"husky": "^7.0.2",
19+
"lint-staged": "^11.2.0",
20+
"prettier": "2.4.1"
21+
},
22+
"dependencies": {},
23+
"main": "index.js",
24+
"lint-staged": {
25+
"**/*": "prettier --write --ignore-unknown"
26+
}
3027
}

0 commit comments

Comments
 (0)