Add meta.json to tar package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-07-28 17:18:30 +02:00
parent 523ac17e92
commit e7888075d6

12
tar/meta.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "@denreg-tar",
"version": "0.0.1",
"description": "Pack and Unpack tar files",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"contributors": [],
"files": [
"**/*.ts",
"**/*.js",
"importmap.json"
]
}