Skip to content

Commit

Permalink
Bump prettier from 1.8.0 to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 8, 2017
1 parent 60a128a commit 3a115e6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
23 changes: 18 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"description": "A node utility to get the methods out of java files",
"main": "index.js",
"repository": "danielmschmidt/java-method-parser",
"keywords": ["java", "parser", "methods"],
"keywords": [
"java",
"parser",
"methods"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DanielMSchmidt/java-method-parser/issues"
Expand All @@ -16,7 +20,10 @@
"fmt": "prettier --write **/*.{js,json,css,md}"
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
"*.{js,json,css,md}": [
"prettier --write",
"git add"
]
},
"author": {
"name": "Daniel Schmidt",
Expand All @@ -37,16 +44,22 @@
}
}
},
"files": ["index.js", "README.md"],
"files": [
"index.js",
"README.md"
],
"devDependencies": {
"coveralls": "^3.0.0",
"husky": "0.14.3",
"jest": "^21.2.1",
"lint-staged": "4.3.0",
"nyc": "^11.3.0",
"prettier": "1.8.0"
"prettier": "1.8.1"
},
"nyc": {
"reporter": ["lcov", "text"]
"reporter": [
"lcov",
"text"
]
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2220,9 +2220,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.8.0.tgz#d9dc68277cf1ded816c8e8863ab47889c29ce9a6"
prettier@1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.8.1.tgz#91064d778c08c85ac1cbe6b23195c34310d039f9"

pretty-format@^21.2.1:
version "21.2.1"
Expand Down

0 comments on commit 3a115e6

Please sign in to comment.