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

Bump convert-source-map dependency, clean up duplicate require call #714

Merged
merged 2 commits into from
Apr 5, 2016

Conversation

novemberborn
Copy link
Member

Some follow-up to #662.

The generateMapFileComment() method used in #662 isn't available in v1.1.2.
No need to require the generateMapFileComment() method separately.

Also remove unnecessary linebreak at the end of the file.
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @spudly, @ivogabe and @jokeyrhyme to be potential reviewers

@sindresorhus sindresorhus merged commit 8465934 into master Apr 5, 2016
@sindresorhus sindresorhus deleted the bump-convert-source-map branch April 5, 2016 20:11
@@ -1,7 +1,6 @@
'use strict';
var path = require('path');
var fs = require('fs');
var generateMapFileComment = require('convert-source-map').generateMapFileComment;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be cleaner to remove var convertSourceMap instead of a shortcut.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

convertSourceMap is used elsewhere in this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants