max-mapper / standard-format

converts your code into Standard JavaScript Format
264 stars 59 forks source link

Fixed No space before comma in keys in destructuring assignment #96

Closed drewhamlett closed 9 years ago

drewhamlett commented 9 years ago

fixes https://github.com/maxogden/standard-format/issues/89

feross commented 9 years ago

Thanks for the fix. In the future, you shouldn't change the package version in PRs. That's the job of the person who does the npm release. There might be multiple changes that go into one release.

feross commented 9 years ago

Released as 1.6.5. Thanks again!

drewhamlett commented 9 years ago

You're right sorry about that. Thanks.