Skip to content

Commit

Permalink
Add repository && keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 26, 2018
1 parent 73dc316 commit 1e329bd
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"name": "reader-stat",
"version": "1.0.0",
"version": "1.0.1",
"description": "Reads the directory files and adds the stat info.",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": [
"nodejs",
"directory",
"fs"
],
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/reader-stat.git"
},
"author": "kenny",
"license": "MIT",
"dependencies": {
"nicki": "^3.0.1"
}
Expand Down

0 comments on commit 1e329bd

Please sign in to comment.