Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Jun 26, 2018
1 parent 53f8d46 commit 0606878
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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
}
Expand Down

0 comments on commit 0606878

Please sign in to comment.