Skip to content

Commit f592318

Browse files
committed
Reformat package.json
1 parent 5f0b252 commit f592318

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

package.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,8 @@
33
"version": "0.2.3",
44
"description": "Temporary file and directory creator",
55
"author": "KARASZI István <[email protected]> (http://raszi.hu/)",
6-
"contributors": [
7-
"Carsten Klein <[email protected]> (https://github.com/silkentrance)"
8-
],
9-
"keywords": [
10-
"temporary",
11-
"tmp",
12-
"temp",
13-
"tempdir",
14-
"tempfile",
15-
"tmpdir",
16-
"tmpfile"
17-
],
6+
"contributors": ["Carsten Klein <[email protected]> (https://github.com/silkentrance)"],
7+
"keywords": ["temporary", "tmp", "temp", "tempdir", "tempfile", "tmpdir", "tmpfile"],
188
"license": "MIT",
199
"repository": "https://github.com/raszi/node-tmp.git",
2010
"homepage": "http://github.com/raszi/node-tmp",
@@ -33,9 +23,7 @@
3323
"mocha": "^10.2.0"
3424
},
3525
"main": "lib/tmp.js",
36-
"files": [
37-
"lib/"
38-
],
26+
"files": ["lib/"],
3927
"changelog": {
4028
"labels": {
4129
"breaking": ":boom: Breaking Change",

0 commit comments

Comments
 (0)