Skip to content

Commit

Permalink
Use ~ version range for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 20, 2019
1 parent 7871793 commit 35b4b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.0.0",
"nyc": "^14.0.0",
"prettier": "^1.14.3"
"prettier": "~1.19.1"
},
"scripts": {
"lint": "eslint . && prettier --check '**/*.js'",
Expand Down

0 comments on commit 35b4b29

Please sign in to comment.