Add a package to the log module

This commit is contained in:
mmcwilliams 2019-03-21 15:03:42 -04:00
parent 746f0e2753
commit 42358e98eb
1 changed files with 11 additions and 0 deletions

11
lib/log/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "log",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}