mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Remove prettier script from @kbn/build (#16668)
This commit is contained in:
parent
ff4213a306
commit
0ca6b5521d
2 changed files with 1 additions and 7 deletions
|
@ -5,8 +5,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"prettier": "prettier --single-quote --write './src/**/*.js'"
|
||||
"build": "webpack"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.0",
|
||||
|
@ -29,7 +28,6 @@
|
|||
"mkdirp": "^0.5.1",
|
||||
"ora": "^1.3.0",
|
||||
"pify": "^3.0.0",
|
||||
"prettier": "^1.9.1",
|
||||
"read-pkg": "^3.0.0",
|
||||
"spawn-sync": "^1.0.15",
|
||||
"string-replace-loader": "^1.3.0",
|
||||
|
|
|
@ -2337,10 +2337,6 @@ preserve@^0.2.0:
|
|||
version "0.2.0"
|
||||
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
|
||||
|
||||
prettier@^1.9.1:
|
||||
version "1.10.2"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.10.2.tgz#1af8356d1842276a99a5b5529c82dd9e9ad3cc93"
|
||||
|
||||
private@^0.1.6, private@^0.1.7:
|
||||
version "0.1.8"
|
||||
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue