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

Don't use reserved word "package" for variable #62

Closed
wants to merge 1 commit into from
Closed

Don't use reserved word "package" for variable #62

wants to merge 1 commit into from

Conversation

adius
Copy link

@adius adius commented Apr 18, 2016

No description provided.

@adius
Copy link
Author

adius commented Apr 18, 2016

Should be fixed soon, as it breaks the build process when using babel:

SyntaxError: /node_modules/init-package-json/init-package-json.js: Binding package in strict mode (43:6)

zkat pushed a commit that referenced this pull request May 18, 2016
It causes conflict for some linters and builders.

Credit: @adius
PR-URL: #62
zkat added a commit to npm/npm that referenced this pull request May 19, 2016
Stop using `package` for a variable, which defeats some bundlers and linters.

Credit: @adius
PR-URL: npm/init-package-json#62
zkat added a commit to npm/npm that referenced this pull request May 19, 2016
Stop using `package` for a variable, which defeats some bundlers and linters.

Credit: @adius
PR-URL: npm/init-package-json#62
@iarna
Copy link
Contributor

iarna commented Apr 20, 2017

This was released in v1.9.5

@iarna iarna closed this Apr 20, 2017
@iarna iarna removed the review label Apr 20, 2017
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