-
Notifications
You must be signed in to change notification settings - Fork 4
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
Standardization #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to keep mocha in tests
package.json
Outdated
@@ -40,7 +42,7 @@ | |||
}, | |||
"scripts": { | |||
"preinstall": "sam/build.sh", | |||
"test": "mocha --reporter spec", | |||
"test": "standard && dependency-check .", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep mocha here after the other tests.
Added the |
Sorry, I didn't see that tests were still missing. I'll merge your changes anyway and someone can add tests later. |
Added CONTRIBUTING.md, standardized README.md, improved "Standard JS" conformance, bumped package versions, removed spammy notifications and removed unimplemented tests. Fixes #5 .