Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Adds deps for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wolovim committed Mar 19, 2018
1 parent cbf4a0e commit 97c57e1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{yml}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
interface/.meteor
tests/mocha-in-browser/lib
dist_mist
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
singleQuote: true
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"json-structure-diff": "^0.0.2",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"prettier": "1.11.1",
"redux-mock-store": "^1.3.0",
"require-dir": "^0.3.2",
"run-sequence": "^1.2.1",
Expand Down
28 changes: 16 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2382,8 +2382,8 @@ ethereum-client-binaries@ethereum/ethereum-client-binaries:
lodash.isempty "^4.4.0"
lodash.values "^4.3.0"
mkdirp "^0.5.1"
node-unzip-2 "github:glebdmitriew/node-unzip-2"
tmp "0.0.29"
unzip "github:glebdmitriew/node-unzip-2"

ethereum-common@^0.0.18:
version "0.0.18"
Expand Down Expand Up @@ -4743,17 +4743,6 @@ node-pre-gyp@^0.6.39:
tar "^2.2.1"
tar-pack "^3.4.0"

"node-unzip-2@github:glebdmitriew/node-unzip-2":
version "0.2.7"
resolved "https://codeload.github.com/glebdmitriew/node-unzip-2/tar.gz/3702bce9596496bf45442e156541c68eb965b9f9"
dependencies:
binary "~0.3.0"
fstream "~1.0.10"
match-stream "~0.0.2"
pullstream "~0.4.0"
readable-stream "~1.0.0"
setimmediate "~1.0.1"

node-uuid@~1.4.7:
version "1.4.8"
resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.8.tgz#b040eb0923968afabf8d32fb1f17f1167fdab907"
Expand Down Expand Up @@ -5322,6 +5311,10 @@ prepend-http@^1.0.1:
version "1.0.4"
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"

[email protected]:
version "1.11.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.11.1.tgz#61e43fc4cd44e68f2b0dfc2c38cd4bb0fccdcc75"

pretty-bytes@^1.0.2:
version "1.0.4"
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-1.0.4.tgz#0a22e8210609ad35542f8c8d5d2159aff0751c84"
Expand Down Expand Up @@ -7068,6 +7061,17 @@ unzip-response@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"

"unzip@github:glebdmitriew/node-unzip-2":
version "0.2.7"
resolved "https://codeload.github.com/glebdmitriew/node-unzip-2/tar.gz/3702bce9596496bf45442e156541c68eb965b9f9"
dependencies:
binary "~0.3.0"
fstream "~1.0.10"
match-stream "~0.0.2"
pullstream "~0.4.0"
readable-stream "~1.0.0"
setimmediate "~1.0.1"

upath@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d"
Expand Down

0 comments on commit 97c57e1

Please sign in to comment.