Skip to content

Commit

Permalink
Merge pull request #83 from jonyeezs/cleanup/remove-unused-deps
Browse files Browse the repository at this point in the history
➖ Remove unused dep by esm-exports
  • Loading branch information
jonyeezs authored Nov 30, 2017
2 parents 2203580 + a6a8445 commit 2961f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
},
"dependencies": {
"bluebird": "3.5.1",
"esm-exports": "0.8.4",
"esm-exports": "^0.8.4",
"find-babel-config": "1.1.0",
"fuzzaldrin": "2.1.0",
"lodash.escaperegexp": "4.1.2",
"lodash.get": "4.4.2",
"resolve": "1.5.0"
"lodash.get": "4.4.2"
},
"devDependencies": {
"eslint": "3.6.1"
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -615,10 +615,6 @@ path-is-inside@^1.0.1:
version "1.0.2"
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"

path-parse@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"

pify@^2.0.0:
version "2.3.0"
resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
Expand Down Expand Up @@ -690,12 +686,6 @@ resolve-pkg@^1.0.0:
dependencies:
resolve-from "^2.0.0"

[email protected]:
version "1.5.0"
resolved "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
dependencies:
path-parse "^1.0.5"

restore-cursor@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
Expand Down

0 comments on commit 2961f55

Please sign in to comment.