Skip to content

Commit 257cf2e

Browse files
committed
chore: prettier format tests
1 parent dd153f0 commit 257cf2e

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
2-
"name": "create-html5-boilerplate",
3-
"version": "0.0.1-RC1",
4-
"description": "",
5-
"keywords": [],
6-
"homepage": "https://html5boilerplate.com/",
7-
"bugs": {
8-
"url": "https://github.com/h5bp/create-html5-boilerplate/issues"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/h5bp/create-html5-boilerplate.git"
13-
},
14-
"license": "MIT",
15-
"author": "@h5bp",
16-
"main": "index.js",
17-
"bin": {
18-
"create-html5-boilerplate": "./index.js"
19-
},
20-
"scripts": {
21-
"test": "jest",
22-
"format": "prettier --write \"./cli.js\"",
23-
"coverage": "jest --coverage --collectCoverageOnlyFrom ./cli.js",
24-
"start": "node ./index.js ./out"
25-
},
26-
"dependencies": {
27-
"chalk": "^4.0.0",
28-
"elapsed-time-logger": "^1.1.2",
29-
"fs-extra": "^9.0.0",
30-
"ora": "^4.0.4",
31-
"pacote": "^11.1.10",
32-
"yargs-parser": "^18.1.3"
33-
},
34-
"devDependencies": {
35-
"husky": "^4.2.5",
36-
"jest": "^26.0.1",
37-
"prettier": "^2.0.5",
38-
"pretty-quick": "^2.0.1"
39-
},
40-
"husky": {
41-
"hooks": {
42-
"pre-commit": "pretty-quick --staged"
43-
}
44-
}
2+
"name": "create-html5-boilerplate",
3+
"version": "0.0.1-RC1",
4+
"description": "",
5+
"keywords": [],
6+
"homepage": "https://html5boilerplate.com/",
7+
"bugs": {
8+
"url": "https://github.com/h5bp/create-html5-boilerplate/issues"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/h5bp/create-html5-boilerplate.git"
13+
},
14+
"license": "MIT",
15+
"author": "@h5bp",
16+
"main": "index.js",
17+
"bin": {
18+
"create-html5-boilerplate": "./index.js"
19+
},
20+
"scripts": {
21+
"test": "jest",
22+
"format": "prettier --write \"./cli.js\" \"tests/*.js\"",
23+
"coverage": "jest --coverage --collectCoverageOnlyFrom ./cli.js",
24+
"start": "node ./index.js ./out"
25+
},
26+
"dependencies": {
27+
"chalk": "^4.0.0",
28+
"elapsed-time-logger": "^1.1.2",
29+
"fs-extra": "^9.0.0",
30+
"ora": "^4.0.4",
31+
"pacote": "^11.1.10",
32+
"yargs-parser": "^18.1.3"
33+
},
34+
"devDependencies": {
35+
"husky": "^4.2.5",
36+
"jest": "^26.0.1",
37+
"prettier": "^2.0.5",
38+
"pretty-quick": "^2.0.1"
39+
},
40+
"husky": {
41+
"hooks": {
42+
"pre-commit": "pretty-quick --staged"
43+
}
44+
}
4545
}

0 commit comments

Comments
 (0)