Fixed files and nameing (version bump)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2020-12-31 17:56:34 +01:00
parent 923a496ee7
commit 4b89d6419d
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@odit/license-exporter",
"version": "0.0.5",
"version": "0.0.6",
"description": "A simple license crawler",
"keywords": [ "license", "ODIT.Services", "cli" ],
"repository": {
@ -26,7 +26,7 @@
],
"main": "exporter.js",
"bin": {
"licenseexport": "./bin/exporter.js"
"license-exporter": "./bin/exporter.js"
},
"files": [ "bin" ]
"files": [ "bin", "exporter.js", "README.md", "package.json", "LICENSE" ]
}