summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-05-26 19:36:41 +0200
committerLukas Eipert <leipert@gitlab.com>2018-06-15 12:43:03 +0200
commit5f3a219e14c27bb2e3a305f8c9170aaca3220be1 (patch)
tree5075288e3ab05a33eda86a27f98b6417be51b62a /package.json
parentf39582f7b8cc9f1fdb74b58eece944110fc0a625 (diff)
downloadgitlab-ce-5f3a219e14c27bb2e3a305f8c9170aaca3220be1.tar.gz
Fixed Prettier Config Applying + Updated Prettier to newest version
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4e1ca905ee8..6a52af10dc3 100644
--- a/package.json
+++ b/package.json
@@ -130,7 +130,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "3.0.0",
"nodemon": "^1.17.3",
- "prettier": "1.11.1",
+ "prettier": "1.12.1",
"webpack-dev-server": "^3.1.4"
}
}