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

Update package.json to fix dist:min script on Windows #3899

Merged
merged 1 commit into from
Mar 14, 2017
Merged

Update package.json to fix dist:min script on Windows #3899

merged 1 commit into from
Mar 14, 2017

Conversation

slibby
Copy link
Contributor

@slibby slibby commented Mar 14, 2017

npm install was failing on Windows due to the single quotes added to dist:min in bb9b4b8. Removing the single quotes makes it work install again successfully, and does not cause problems on OSX builds either.

`npm install` was failing on Windows due to the single quotes added to `dist:min` in bb9b4b8. Removing the single quotes makes it work install again successfully, and does not cause problems on OSX builds either.
@bhousel
Copy link
Member

bhousel commented Mar 14, 2017

Thanks for this!

@bhousel bhousel merged commit 47cb8ae into openstreetmap:master Mar 14, 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.

2 participants