Skip to content

Commit

Permalink
Fixed #257, Upgraded custom-fonts-in-emails dep
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Sep 7, 2017
1 parent 104acbe commit 8022262
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
2 changes: 2 additions & 0 deletions template/.env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ API_URL={{API_PROTOCOL}}://{{API_HOST}}:{{API_PORT}}

APP_NAME=Lad
SEND_EMAIL=false
[email protected]
GOOGLE_ANALYTICS=UA-77185440-1
SESSION_KEYS={{APP_NAME}},
LIVERELOAD_PORT=35729
COOKIES_KEY=lad.sid
Expand Down
1 change: 0 additions & 1 deletion template/.env.schema
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ MONGOOSE_RECONNECT_MS=
CONTACT_REQUEST_MAX_LENGTH=
WEB_REQUEST_TIMEOUT_MS=
API_REQUEST_TIMEOUT_MS=
CURL_FILTER_TIMEOUT_MS=
I18N_UPDATE_FILES=
I18N_AUTO_RELOAD=
I18N_SYNC_FILES=
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clipboard": "^1.7.1",
"consolidate": "^0.14.5",
"country-language": "^0.1.7",
"custom-fonts-in-emails": "1.0.0",
"custom-fonts-in-emails": "^1.0.1",
"dense": "^0.0.1",
"dotenv-extended": "^2.0.1",
"dotenv-mustache": "^1.0.0",
Expand Down
22 changes: 8 additions & 14 deletions template/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ [email protected]:
version "2.10.2"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.10.2.tgz#024a5517295308857f14f91f1106fc3b555f446b"

bluebird@^3.0.0, bluebird@^3.1.1, bluebird@^3.4.6, bluebird@^3.4.7:
bluebird@^3.0.0, bluebird@^3.1.1, bluebird@^3.4.6:
version "3.5.0"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c"

Expand Down Expand Up @@ -2470,15 +2470,15 @@ currently-unhandled@^0.4.1:
dependencies:
array-find-index "^1.0.1"

[email protected].0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/custom-fonts-in-emails/-/custom-fonts-in-emails-1.0.0.tgz#78ba9d63eb637c3afa83d1581c72e2f5456655fc"
custom-fonts-in-emails@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/custom-fonts-in-emails/-/custom-fonts-in-emails-1.0.1.tgz#33d7e5f7ecc2420598450952a56e317788f906b4"
dependencies:
cheerio "^1.0.0-rc.2"
deasync "^0.1.10"
fast-levenshtein "^2.0.5"
lodash "^4.16.4"
os-fonts niftylettuce/os-fonts
os-fonts "^0.4.1"
sharp "^0.18.2"
text-to-svg "^3.0.1"
underscore.string "^3.3.4"
Expand Down Expand Up @@ -7962,9 +7962,9 @@ os-filter-obj@^1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/os-filter-obj/-/os-filter-obj-1.0.3.tgz#5915330d90eced557d2d938a31c6dd214d9c63ad"

os-fonts@niftylettuce/os-fonts:
version "0.4.0"
resolved "https://codeload.github.com/niftylettuce/os-fonts/tar.gz/2b248b4c757be277b08f49f4dbde4dc1a27662a8"
os-fonts@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/os-fonts/-/os-fonts-0.4.1.tgz#34c742590b7bb39350d3ad6c1397cd1a556d252a"
dependencies:
recursive-readdir "^2.2.1"
recursive-readdir-sync "^1.0.6"
Expand Down Expand Up @@ -10292,12 +10292,6 @@ sanitize-html@^1.14.1:
regexp-quote "0.0.0"
xtend "^4.0.0"

sass-extract@^0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/sass-extract/-/sass-extract-0.5.3.tgz#902208485f292ec1231981a63c2bd34b709fa089"
dependencies:
bluebird "^3.4.7"

sass-graph@^2.1.1:
version "2.2.4"
resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.4.tgz#13fbd63cd1caf0908b9fd93476ad43a51d1e0b49"
Expand Down

0 comments on commit 8022262

Please sign in to comment.