Skip to content

Commit 70b8248

Browse files
committedOct 9, 2017
package.json indentation
1 parent 97d0b97 commit 70b8248

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed
 

‎package.json

+51-51
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
{
2-
"name": "update-notifier",
3-
"version": "2.2.0",
4-
"description": "Update notifications for your CLI app",
5-
"license": "BSD-2-Clause",
6-
"repository": "yeoman/update-notifier",
7-
"author": {
8-
"name": "Sindre Sorhus",
9-
"email": "sindresorhus@gmail.com",
10-
"url": "sindresorhus.com"
11-
},
12-
"engines": {
13-
"node": ">=4"
14-
},
15-
"scripts": {
16-
"test": "xo && ava --timeout=20s"
17-
},
18-
"files": [
19-
"index.js",
20-
"check.js"
21-
],
22-
"keywords": [
23-
"npm",
24-
"update",
25-
"updater",
26-
"notify",
27-
"notifier",
28-
"check",
29-
"checker",
30-
"cli",
31-
"module",
32-
"package",
33-
"version"
34-
],
35-
"dependencies": {
36-
"boxen": "^1.0.0",
37-
"chalk": "^2.0.1",
38-
"configstore": "^3.0.0",
39-
"import-lazy": "^2.1.0",
40-
"is-installed-globally": "^0.1.0",
41-
"is-npm": "^1.0.0",
42-
"latest-version": "^3.0.0",
43-
"semver-diff": "^2.0.0",
44-
"xdg-basedir": "^3.0.0"
45-
},
46-
"devDependencies": {
47-
"ava": "*",
48-
"clear-module": "^2.1.0",
49-
"fixture-stdout": "^0.2.1",
50-
"strip-ansi": "^4.0.0",
51-
"xo": "^0.18.2"
52-
}
2+
"name": "update-notifier",
3+
"version": "2.2.0",
4+
"description": "Update notifications for your CLI app",
5+
"license": "BSD-2-Clause",
6+
"repository": "yeoman/update-notifier",
7+
"author": {
8+
"name": "Sindre Sorhus",
9+
"email": "sindresorhus@gmail.com",
10+
"url": "sindresorhus.com"
11+
},
12+
"engines": {
13+
"node": ">=4"
14+
},
15+
"scripts": {
16+
"test": "xo && ava --timeout=20s"
17+
},
18+
"files": [
19+
"index.js",
20+
"check.js"
21+
],
22+
"keywords": [
23+
"npm",
24+
"update",
25+
"updater",
26+
"notify",
27+
"notifier",
28+
"check",
29+
"checker",
30+
"cli",
31+
"module",
32+
"package",
33+
"version"
34+
],
35+
"dependencies": {
36+
"boxen": "^1.0.0",
37+
"chalk": "^2.0.1",
38+
"configstore": "^3.0.0",
39+
"import-lazy": "^2.1.0",
40+
"is-installed-globally": "^0.1.0",
41+
"is-npm": "^1.0.0",
42+
"latest-version": "^3.0.0",
43+
"semver-diff": "^2.0.0",
44+
"xdg-basedir": "^3.0.0"
45+
},
46+
"devDependencies": {
47+
"ava": "*",
48+
"clear-module": "^2.1.0",
49+
"fixture-stdout": "^0.2.1",
50+
"strip-ansi": "^4.0.0",
51+
"xo": "^0.18.2"
52+
}
5353
}

0 commit comments

Comments
 (0)
Please sign in to comment.