Skip to content

Commit

Permalink
Remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timweprovide committed Feb 15, 2017
1 parent 6cd37a7 commit 9d32517
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
},
"dependencies": {
"chalk": "^1.1.3",
"error-stack-parser": "^2.0.0",
"get-cursor-position": "^1.0.3"
"error-stack-parser": "^2.0.0"
}
}
24 changes: 7 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@patrickkettner/get-cursor-position":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@patrickkettner/get-cursor-position/-/get-cursor-position-1.0.4.tgz#9e1cb177a45bfbbdbab364dd5caa243d4a259105"
dependencies:
node-pre-gyp "^0.6.32"

abab@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d"
Expand Down Expand Up @@ -308,8 +302,8 @@ babel-jest@^18.0.0:
babel-preset-jest "^18.0.0"

babel-loader@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-6.3.0.tgz#e0b47dfb3442a2024f6ffebaae76a1eda376f356"
version "6.3.1"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-6.3.1.tgz#e4d590279bbd1dc3b06949850c20ca4187d50991"
dependencies:
find-cache-dir "^0.1.1"
loader-utils "^0.2.16"
Expand Down Expand Up @@ -426,8 +420,8 @@ babel-register@^6.23.0:
source-map-support "^0.4.2"

babel-runtime@^6.22.0:
version "6.22.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.22.0.tgz#1cf8b4ac67c77a4ddb0db2ae1f74de52ac4ca611"
version "6.23.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
dependencies:
core-js "^2.4.0"
regenerator-runtime "^0.10.0"
Expand Down Expand Up @@ -1412,10 +1406,6 @@ get-caller-file@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5"

get-cursor-position@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/get-cursor-position/-/get-cursor-position-1.0.3.tgz#0e41d60343b705836a528d69a5e099e2c5108d63"

getpass@^0.1.1:
version "0.1.6"
resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.6.tgz#283ffd9fc1256840875311c1b60e8c40187110e6"
Expand Down Expand Up @@ -1447,8 +1437,8 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5:
path-is-absolute "^1.0.0"

globals@^9.0.0, globals@^9.14.0:
version "9.14.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-9.14.0.tgz#8859936af0038741263053b39d0e76ca241e4034"
version "9.15.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-9.15.0.tgz#7a5d8fd865e69de910b090b15a87772f9423c5de"

globby@^5.0.0:
version "5.0.0"
Expand Down Expand Up @@ -2456,7 +2446,7 @@ node-notifier@^4.6.1:
shellwords "^0.1.0"
which "^1.0.5"

node-pre-gyp@^0.6.29, node-pre-gyp@^0.6.32:
node-pre-gyp@^0.6.29:
version "0.6.33"
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.6.33.tgz#640ac55198f6a925972e0c16c4ac26a034d5ecc9"
dependencies:
Expand Down

0 comments on commit 9d32517

Please sign in to comment.