Added missing bin property in package
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2020-12-31 16:49:19 +01:00
parent 2d124429fc
commit b34105be8a
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
{ {
"name": "@odit/license-exporter", "name": "@odit/license-exporter",
"version": "0.0.2", "version": "0.0.3",
"description": "A simple license crawler", "description": "A simple license crawler",
"main": "./export.js", "main": "./export.js",
"bin": "./export.js",
"author": "ODIT.Services", "author": "ODIT.Services",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [