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

[wip] V5 #51

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

[wip] V5 #51

wants to merge 7 commits into from

Conversation

kesla
Copy link
Contributor

@kesla kesla commented Mar 7, 2017

  • enforce using Errors in throws & .rejects
  • require more flow
  • consistency around how to write the flow definition
  • changelog
  • engines field in package.json

Lmk if anything of this is crazy.

@kesla kesla mentioned this pull request Mar 7, 2017
@kesla
Copy link
Contributor Author

kesla commented Mar 9, 2017

@orrybaram @danmakenoise @Roilan Updated

@@ -20,18 +20,21 @@
},
"homepage": "https://github.com/micnews/miclint#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node bin.js bin.js index.js options.js"
Copy link
Contributor

Choose a reason for hiding this comment

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

why bin.js twice?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

we check bin w bin.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

first we run bin, then we check it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

can I make that more obvious somehow?

Copy link
Contributor

Choose a reason for hiding this comment

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

@kesla sorry for delayed response, can it not support globs? node bin.js *.js?

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