Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
happylinks committed Nov 2, 2018
1 parent 5c5973b commit e5f8401
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"name": "gqlint",
"version": "1.6.1",
"version": "1.7.0",
"description": "GraphQL Linter",
"keywords": [
"graphql",
"gql",
"lint",
"linter"
],
"keywords": ["graphql", "gql", "lint", "linter"],
"repository": {
"type": "git",
"url": "https://github.com/happylinks/gqlint.git"
Expand All @@ -19,10 +14,7 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": [
"prettier --single-quote --write",
"git add"
]
"*.js": ["prettier --single-quote --write", "git add"]
},
"bin": {
"gqlint": "./bin/gqlint.js"
Expand Down

0 comments on commit e5f8401

Please sign in to comment.