From 060687868ca5075a61d76eab51368ce8e7b01026 Mon Sep 17 00:00:00 2001 From: Bu Kinoshita Date: Tue, 26 Jun 2018 12:34:18 -0300 Subject: [PATCH] 0.1.0 --- package.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 45a5fe6..259ec09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-tools-app", - "version": "0.0.0", + "version": "0.1.0", "description": "Create Tools apps in one command", "main": "index.js", "repository": "idwall/create-tools-app", @@ -9,7 +9,11 @@ "bin": { "create-tools-app": "./bin/create-tools-app" }, - "files": ["bin", "lib", "index.js"], + "files": [ + "bin", + "lib", + "index.js" + ], "keywords": [ "create-tools-app", "boilerplate", @@ -45,8 +49,13 @@ "xo": "^0.20.3" }, "xo": { - "extends": ["prettier"], - "ignores": ["examples", "lib/templates"], + "extends": [ + "prettier" + ], + "ignores": [ + "examples", + "lib/templates" + ], "rules": { "unicorn/no-process-exit": 0 }