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

Updated to working version of left-pad #3

Closed
wants to merge 1 commit into from

Conversation

camwest
Copy link

@camwest camwest commented Mar 22, 2016

No description provided.

@mridgway
Copy link

Resolves #1

@doowb
Copy link

doowb commented Mar 22, 2016

perhaps conider using pad-left instead. it's not having issues on npm and it's orders of magnitude faster because it uses repeat-string

@michaelficarra
Copy link

It's a bad idea to use ^ and 0.x together.

@taion
Copy link

taion commented Mar 22, 2016

I'd amend @michaelficarra's point to say that using ^0.0.9 makes no sense, since that only matches 0.0.9 exactly.

It'd make the most sense to use a version that actually has correct semver semantics, or else switch to the faster pad-left entirely, per @doowb.

@camwest camwest closed this Mar 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants