Skip to content

Commit e4c9b99

Browse files
committed
2.3.0
1 parent 06a1f3f commit e4c9b99

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

package.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
{
2-
"name": "write-json-file",
3-
"version": "2.2.0",
4-
"description": "Stringify and write JSON to a file atomically",
5-
"license": "MIT",
6-
"repository": "sindresorhus/write-json-file",
7-
"author": {
8-
"name": "Sindre Sorhus",
9-
"email": "[email protected]",
10-
"url": "sindresorhus.com"
11-
},
12-
"engines": {
13-
"node": ">=4"
14-
},
15-
"scripts": {
16-
"test": "xo && ava"
17-
},
18-
"files": [
19-
"index.js"
20-
],
21-
"keywords": [
22-
"write",
23-
"json",
24-
"stringify",
25-
"file",
26-
"fs",
27-
"graceful",
28-
"stable",
29-
"sort",
30-
"newline",
31-
"indent",
32-
"atomic",
33-
"atomically"
34-
],
35-
"dependencies": {
36-
"detect-indent": "^5.0.0",
37-
"graceful-fs": "^4.1.2",
38-
"make-dir": "^1.0.0",
39-
"pify": "^3.0.0",
40-
"sort-keys": "^2.0.0",
41-
"write-file-atomic": "^2.0.0"
42-
},
43-
"devDependencies": {
44-
"ava": "*",
45-
"tempfile": "^2.0.0",
46-
"xo": "*"
47-
}
2+
"name": "write-json-file",
3+
"version": "2.3.0",
4+
"description": "Stringify and write JSON to a file atomically",
5+
"license": "MIT",
6+
"repository": "sindresorhus/write-json-file",
7+
"author": {
8+
"name": "Sindre Sorhus",
9+
"email": "[email protected]",
10+
"url": "sindresorhus.com"
11+
},
12+
"engines": {
13+
"node": ">=4"
14+
},
15+
"scripts": {
16+
"test": "xo && ava"
17+
},
18+
"files": [
19+
"index.js"
20+
],
21+
"keywords": [
22+
"write",
23+
"json",
24+
"stringify",
25+
"file",
26+
"fs",
27+
"graceful",
28+
"stable",
29+
"sort",
30+
"newline",
31+
"indent",
32+
"atomic",
33+
"atomically"
34+
],
35+
"dependencies": {
36+
"detect-indent": "^5.0.0",
37+
"graceful-fs": "^4.1.2",
38+
"make-dir": "^1.0.0",
39+
"pify": "^3.0.0",
40+
"sort-keys": "^2.0.0",
41+
"write-file-atomic": "^2.0.0"
42+
},
43+
"devDependencies": {
44+
"ava": "*",
45+
"tempfile": "^2.0.0",
46+
"xo": "*"
47+
}
4848
}

0 commit comments

Comments
 (0)