Let there be lines!

This commit is contained in:
Josh Sherman 2018-03-23 16:46:41 -05:00
parent 4b88dac1e7
commit 8d1546d99a
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
3 changed files with 67 additions and 1 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "console-line",
"version": "1.0.0",
"description": "Easily draw lines in your console logs.",
"main": "index.js",
"repository": "git@github.com:fetchlogic/console-line.git",
"author": "Josh Sherman <github@joshtronic.com>",
"license": "MIT",
"private": false
}