Fixed files and nameing (version bump)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolai Ort 2020-12-31 17:56:34 +01:00
parent 923a496ee7
commit 4b89d6419d

View File

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