1
0
Fork 0

Update package.json

pull/2/head
NakamuraOS 2018-10-18 19:48:50 +07:00 committed by GitHub
parent 4e5cb24db9
commit 4732ed5c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"description": "A simple file manager",
"version": "0.0.7a",
"bin": {
"file-manager": "./index.js"
"file-manager": "./index.js",
"start": "./index.js"
},
"dependencies": {
"archiver": "^2.1.1",