Skip to content

Commit ef18093

Browse files
feat(prettierOnMarkdown): Added Reference To Prettier
1 parent 0576564 commit ef18093

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "boost",
33
"productName": "Boostnote",
4-
"version": "0.11.17",
4+
"version": "0.11.17",
55
"main": "index.js",
66
"description": "Boostnote",
77
"license": "GPL-3.0",
@@ -98,6 +98,7 @@
9898
"mousetrap": "^1.6.2",
9999
"mousetrap-global-bind": "^1.1.0",
100100
"node-ipc": "^8.1.0",
101+
"prettier": "^1.18.2",
101102
"prop-types": "^15.7.2",
102103
"query-string": "^6.5.0",
103104
"raphael": "^2.2.7",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7482,6 +7482,11 @@ preserve@^0.2.0:
74827482
version "0.2.0"
74837483
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
74847484

7485+
prettier@^1.18.2:
7486+
version "1.18.2"
7487+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
7488+
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
7489+
74857490
pretty-bytes@^1.0.2:
74867491
version "1.0.4"
74877492
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-1.0.4.tgz#0a22e8210609ad35542f8c8d5d2159aff0751c84"

0 commit comments

Comments
 (0)