Removed scripts + changed main reference + version bump
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2020-12-31 16:44:35 +01:00
parent 4d72fba701
commit 2d124429fc
1 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,8 @@
{
"name": "@odit/license-exporter",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple license crawler",
"main": "export.js",
"main": "./export.js",
"author": "ODIT.Services",
"license": "MIT",
"contributors": [
@ -23,8 +23,5 @@
"repository": {
"type": "git",
"url": "https://git.odit.services/odit/license-exporter"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}