Skip to content

Commit 96a8160

Browse files
committed
chore: revert whitespace changes
1 parent e875d46 commit 96a8160

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

package.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
{
2-
"name": "create-package-json",
3-
"version": "0.1.2",
4-
"description": "Create a package.json",
5-
"main": "index.js",
6-
"type": "commonjs",
7-
"bin": {
8-
"create-package-json": "bin/create-package-json"
9-
},
10-
"scripts": {
11-
"lint": "semistandard --fix",
12-
"test": "npm run lint && mocha",
13-
"debug": "mocha --inspect --inspect-brk",
14-
"prepublishOnly": "npm t",
15-
"postpublish": "git push && git push --tags"
16-
},
17-
"repository": {
18-
"type": "git",
19-
"url": "https://github.com/wesleytodd/create-package-json"
20-
},
21-
"keywords": [
22-
"scaffold",
23-
"generator",
24-
"package.json",
25-
"packagejson",
26-
"create"
27-
],
28-
"author": "Wes Todd <[email protected]>",
29-
"funding": {
30-
"type": "GitHub Sponsor",
31-
"url": "https://github.com/sponsors/wesleytodd"
32-
},
33-
"license": "MIT",
34-
"dependencies": {
35-
"@pkgjs/create": "^0.2.0",
36-
"execa": "^3.4.0",
37-
"fs-extra": "^6.0.1",
38-
"inquirer": "^5.2.0",
39-
"npm-package-arg": "^7.0.0",
40-
"safe-parse-list": "^0.1.1",
41-
"semver": "^7.3.5",
42-
"validate-npm-package-name": "^3.0.0"
43-
},
44-
"devDependencies": {
45-
"@types/node": "16.10.2",
46-
"mocha": "^5.1.1",
47-
"semistandard": "^16.0.1"
48-
}
2+
"name": "create-package-json",
3+
"version": "0.1.2",
4+
"description": "Create a package.json",
5+
"main": "index.js",
6+
"type": "commonjs",
7+
"bin": {
8+
"create-package-json": "bin/create-package-json"
9+
},
10+
"scripts": {
11+
"lint": "semistandard --fix",
12+
"test": "npm run lint && mocha",
13+
"debug": "mocha --inspect --inspect-brk",
14+
"prepublishOnly": "npm t",
15+
"postpublish": "git push && git push --tags"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/wesleytodd/create-package-json"
20+
},
21+
"keywords": [
22+
"scaffold",
23+
"generator",
24+
"package.json",
25+
"packagejson",
26+
"create"
27+
],
28+
"author": "Wes Todd <[email protected]>",
29+
"funding": {
30+
"type": "GitHub Sponsor",
31+
"url": "https://github.com/sponsors/wesleytodd"
32+
},
33+
"license": "MIT",
34+
"dependencies": {
35+
"@pkgjs/create": "^0.2.0",
36+
"execa": "^3.4.0",
37+
"fs-extra": "^6.0.1",
38+
"inquirer": "^5.2.0",
39+
"npm-package-arg": "^7.0.0",
40+
"safe-parse-list": "^0.1.1",
41+
"semver": "^7.3.5",
42+
"validate-npm-package-name": "^3.0.0"
43+
},
44+
"devDependencies": {
45+
"@types/node": "16.10.2",
46+
"mocha": "^5.1.1",
47+
"semistandard": "^16.0.1"
48+
}
4949
}

0 commit comments

Comments
 (0)