Skip to content

Commit

Permalink
Remove postal deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dshaneg committed Mar 1, 2018
1 parent b727b7b commit 80efc75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -62,7 +62,6 @@
"@types/uuid": "^3.4.3",
"number-to-words": "^1.2.3",
"pluralize": "^3.0.0",
"postal": "^2.0.5",
"uuid": "^3.2.1"
},
"devDependencies": {
Expand All @@ -71,7 +70,6 @@
"@types/node": "^6.0.46",
"@types/node-uuid": "0.0.28",
"@types/pluralize": "0.0.27",
"@types/postal": "^1.0.28",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"coveralls": "^3.0.0",
Expand Down
12 changes: 1 addition & 11 deletions yarn.lock
Expand Up @@ -28,10 +28,6 @@
version "0.0.27"
resolved "https://registry.yarnpkg.com/@types/pluralize/-/pluralize-0.0.27.tgz#087354a791ce027db1101ff399db6111fc9275f7"

"@types/postal@^1.0.28":
version "1.0.29"
resolved "https://registry.yarnpkg.com/@types/postal/-/postal-1.0.29.tgz#aaf92d64f88b4a36b1980f24b7011ec09cf68d1a"

"@types/strip-bom@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/strip-bom/-/strip-bom-3.0.0.tgz#14a8ec3956c2e81edb7520790aecf21c290aebd2"
Expand Down Expand Up @@ -1149,7 +1145,7 @@ lodash.keys@^3.0.0:
lodash.isarguments "^3.0.0"
lodash.isarray "^3.0.0"

lodash@^4.12.0, lodash@^4.17.4:
lodash@^4.17.4:
version "4.17.5"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"

Expand Down Expand Up @@ -1517,12 +1513,6 @@ pluralize@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-3.1.0.tgz#84213d0a12356069daa84060c559242633161368"

postal@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/postal/-/postal-2.0.5.tgz#7f9f035943a24daa9963ac5a53b5d0cf07df24b9"
dependencies:
lodash "^4.12.0"

prelude-ls@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
Expand Down

0 comments on commit 80efc75

Please sign in to comment.