Skip to content

Commit

Permalink
add prepare script & update makitso-prompt properly..
Browse files Browse the repository at this point in the history
  • Loading branch information
lecstor committed Jun 6, 2020
1 parent 3a033b3 commit c437b8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@
},
"scripts": {
"build": "rm -rf dist/ && tsc",
"test": "jest"
"test": "jest",
"prepare": "yarn build"
},
"dependencies": {
"@lecstor/app-error": "^0.0.2",
"chalk": "^4.0.0",
"ellipsize": "^0.1.0",
"js-yaml": "^3.10.0",
"keytar": "^6.0.1",
"makitso-prompt": "^3.0.0",
"makitso-prompt": "^3.0.2",
"prettyjson": "^1.2.1",
"yargs-parser": "^18.1.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3004,10 +3004,10 @@ [email protected]:
dependencies:
tmpl "1.0.x"

makitso-prompt@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/makitso-prompt/-/makitso-prompt-3.0.1.tgz#9fa143f1136b759afd0866ee3196e08e196b9746"
integrity sha512-DSBxa9DeBmAYm2rSNCfMi3IA/70dwgWkxx/vVezRXTV1a0zi4whtX/3vuX3tooceralb13lsHP1p988giZwWLw==
makitso-prompt@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/makitso-prompt/-/makitso-prompt-3.0.2.tgz#85f94469161fb82f9d719ebada78b450a82233b2"
integrity sha512-t4pD7jkKCtbJQnNlkRwmZTPun59EDJyGumIMSPBRh/XTzJce51IawLzAfv5clQw2rzufpWvXljy5yU3EVk9QKA==
dependencies:
ansi-escapes "^4.3.1"
chalk "^4.0.0"
Expand Down

0 comments on commit c437b8a

Please sign in to comment.