Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace chalk.reset with stripAnsi in @vue/cli-shared-utils/lib/logger.js #4842

Merged
merged 4 commits into from
Nov 27, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removes misplaces comma from package.json
  • Loading branch information
perakerberg authored Nov 14, 2019
commit 606fb3cda2e8f27c87155672e9de47164c26229d
2 changes: 1 addition & 1 deletion packages/@vue/cli-shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"request-promise-native": "^1.0.7",
"semver": "^6.1.0",
"string.prototype.padstart": "^3.0.0",
"strip-ansi" : "^6.0.0",
"strip-ansi" : "^6.0.0"
},
"publishConfig": {
"access": "public"
Expand Down