Skip to content

Commit a40ef2b

Browse files
committed
Lock down prettier to ~1.15.1 to prevent formatting changes in new minor versions from breaking other PRs
1 parent 1596226 commit a40ef2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"mocha-lcov-reporter": "^1.3.0",
5959
"nyc": "13.1.0",
6060
"offline-github-changelog": "1.2.0",
61-
"prettier": "1.15.1",
61+
"prettier": "~1.15.1",
6262
"sinon": "^7.1.0",
6363
"uglifyjs": "^2.4.11",
6464
"unexpected": "10.37.2",

0 commit comments

Comments
 (0)