Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,3 @@ | ||
#! node | ||
const fs = require('fs'); | ||
@@ -2,0 +4,0 @@ const path = require('path'); |
{ | ||
"name": "eslint-g", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Generator eslint config for pspgbhu", | ||
"main": "index.js", | ||
"bin": { | ||
"eslint-g": "./index.js" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
3899
56