Updated package.json (#42)

This commit is contained in:
Sergio Díaz 2018-08-01 00:27:09 -06:00 committed by GitHub
parent 24c0bfb04f
commit 1814a00835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@
"test:coverage": "jest --coverage ./src", "test:coverage": "jest --coverage ./src",
"release": "np" "release": "np"
}, },
"files": ["/src", "/bin"], "files": [
"/src",
"/bin"
],
"dependencies": { "dependencies": {
"@oclif/command": "^1.4.34", "@oclif/command": "^1.4.34",
"@oclif/config": "^1.6.33", "@oclif/config": "^1.6.33",