Removed scripts + changed main reference + version bump
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolai Ort 2020-12-31 16:44:35 +01:00
parent 4d72fba701
commit 2d124429fc

View File

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