Comparing version 1.0.3 to 1.0.4
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import fs from 'fs'; | ||
@@ -2,0 +3,0 @@ import path from 'path'; |
{ | ||
"name": "next-list", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A package to render tables in CLI", | ||
"main": "index.js", | ||
"bin": { | ||
"next-list": "./index.js" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
6488
94