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

Remove the custom typing for stable.d.ts that was wrong. #239

Merged
merged 1 commit into from Apr 25, 2018

Conversation

usergenic
Copy link
Contributor

I was wrong and I broke the build. This fixes the build.

@usergenic usergenic merged commit 94fc2a6 into master Apr 25, 2018
@usergenic usergenic deleted the fix-stable-custom-typing branch April 25, 2018 23:22
@@ -13,7 +13,7 @@
*/

import * as chalk from 'chalk';
import stable from 'stable';
import * as stable from 'stable';
Copy link
Contributor

Choose a reason for hiding this comment

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

This file isn't a legal ES6 module, which is why I was using the import stable = require('stable'); form before.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here's the actual fix: f8daf69

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not going to try and monkey with this again. Sorry!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

(new ConeOfShame()).apply(usergenic);

@usergenic
Copy link
Contributor Author

I'm pretty sure I forgot how to do programming things.

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

Successfully merging this pull request may close these issues.

None yet

3 participants