Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: add linewrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 14, 2018
1 parent 1441088 commit 46152df
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 33 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@
"version": "3.2.8",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/parser/issues",
"dependencies": {},
"dependencies": {
"@heroku/linewrap": "^1.0.0"
},
"devDependencies": {
"@heroku/linewrap": "^1.0.0",
"@oclif/errors": "^1.0.1",
"@oclif/tslint": "^1.0.1",
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/nock": "^9.1.2",
"@types/node": "^9.4.5",
"@types/node": "^9.4.6",
"@types/node-notifier": "^0.0.28",
"@types/read-pkg": "^3.0.0",
"chai": "^4.1.2",
"chalk": "^2.3.1",
"concurrently": "^3.5.1",
"eslint": "^4.17.0",
"eslint-config-oclif": "^1.3.4",
"mocha": "^5.0.0",
"eslint-config-oclif": "^1.3.7",
"mocha": "^5.0.1",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.7.1"
},
"engines": {
Expand Down
62 changes: 34 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/tslint@^0.2.9":
version "0.2.9"
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-0.2.9.tgz#804c64b4ed92fa4087276295cdafbcdc78485f3a"
"@oclif/tslint@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-1.0.1.tgz#ef68459638548e3a3a06fd6da60025fe33f4bcb8"
dependencies:
tslint "^5.9.1"
tslint-xo "^0.6.0"

"@types/chai@^4.1.2":
Expand All @@ -47,9 +46,9 @@
version "9.4.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.0.tgz#b85a0bcf1e1cc84eb4901b7e96966aedc6f078d1"

"@types/node@^9.4.5":
version "9.4.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.5.tgz#d2a90c634208173d1b1a0a6ba9f1df3de62edcf5"
"@types/node@^9.4.6":
version "9.4.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.6.tgz#d8176d864ee48753d053783e4e463aec86b8d82e"

"@types/normalize-package-data@*":
version "2.4.0"
Expand Down Expand Up @@ -289,8 +288,8 @@ [email protected]:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.6.0.tgz#9df7e52fb2a0cb0fb89058ee80c3104225f37e1d"

commander@^2.12.1:
version "2.13.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
version "2.14.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa"

[email protected]:
version "0.0.1"
Expand Down Expand Up @@ -393,14 +392,14 @@ eslint-ast-utils@^1.0.0:
lodash.get "^4.4.2"
lodash.zip "^4.2.0"

eslint-config-oclif@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-1.3.4.tgz#33a8b6c7aa12a6e4670f2c4532e7be91d47ad58b"
eslint-config-oclif@^1.3.7:
version "1.3.7"
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-1.3.7.tgz#fbd09d16acdc42e554d526b372070386f7a06ecc"
dependencies:
eslint-config-xo-space "^0.17.0"
eslint-plugin-mocha "^4.11.0"
eslint-plugin-node "^5.2.1"
eslint-plugin-unicorn "^3.0.1"
eslint-plugin-node "^6.0.0"
eslint-plugin-unicorn "^4.0.1"

eslint-config-xo-space@^0.17.0:
version "0.17.0"
Expand All @@ -418,18 +417,18 @@ eslint-plugin-mocha@^4.11.0:
dependencies:
ramda "^0.24.1"

eslint-plugin-node@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-5.2.1.tgz#80df3253c4d7901045ec87fa660a284e32bdca29"
eslint-plugin-node@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-6.0.0.tgz#5ad5ee6b5346aec6cc9cde0b8619caed2c6d8f25"
dependencies:
ignore "^3.3.6"
minimatch "^3.0.4"
resolve "^1.3.3"
semver "5.3.0"
semver "^5.4.1"

eslint-plugin-unicorn@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-3.0.1.tgz#dae02614a53b921541a9318a46e50ab5bdeb5d7c"
eslint-plugin-unicorn@^4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-4.0.2.tgz#845de915e7a975f15779466fc92cc01973bbf103"
dependencies:
clean-regexp "^1.0.0"
eslint-ast-utils "^1.0.0"
Expand All @@ -438,6 +437,7 @@ eslint-plugin-unicorn@^3.0.1:
lodash.kebabcase "^4.0.1"
lodash.snakecase "^4.0.1"
lodash.upperfirst "^4.2.0"
safe-regex "^1.1.0"

eslint-scope@^3.7.1:
version "3.7.1"
Expand Down Expand Up @@ -843,9 +843,9 @@ [email protected], mkdirp@^0.5.1:
dependencies:
minimist "0.0.8"

mocha@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.0.tgz#cccac988b0bc5477119cba0e43de7af6d6ad8f4e"
mocha@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.1.tgz#759b62c836b0732382a62b6b1fb245ec1bc943ac"
dependencies:
browser-stdout "1.3.0"
commander "2.11.0"
Expand Down Expand Up @@ -995,6 +995,10 @@ restore-cursor@^2.0.0:
onetime "^2.0.0"
signal-exit "^3.0.2"

ret@~0.1.10:
version "0.1.15"
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"

rimraf@^2.2.8:
version "2.6.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
Expand Down Expand Up @@ -1025,11 +1029,13 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"

[email protected]:
version "5.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
safe-regex@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
dependencies:
ret "~0.1.10"

semver@^5.3.0:
semver@^5.3.0, semver@^5.4.1:
version "5.5.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"

Expand Down

0 comments on commit 46152df

Please sign in to comment.