Skip to content

Commit ac8b9c6

Browse files
author
José Moreira
committed
Update package.json
1 parent fd20857 commit ac8b9c6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "findhit-file-sytem",
2+
"name": "findhit-file-system",
33
"description": "nodejs fs promisified by findhit-promise",
44
"version": "0.0.1",
55
"author": "findhit (http://findhit.com)",
@@ -11,7 +11,7 @@
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/findhit/findhit-file-sytem.git"
14+
"url": "https://github.com/findhit/findhit-file-system.git"
1515
},
1616
"bugs": {
1717
"url": "https://github.com/findhit/findhit-promise/issues"
@@ -28,6 +28,10 @@
2828
"keywords": [
2929
"promise",
3030
"promisified",
31+
"file system",
32+
"files",
33+
"file",
34+
"path",
3135
"fs",
3236
"findhit-promise",
3337
"nodejs"
@@ -38,4 +42,4 @@
3842
"node": ">=0.8"
3943
},
4044
"license": "GPL v3"
41-
}
45+
}

0 commit comments

Comments
 (0)