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

Standardization #6

Merged
merged 7 commits into from
Aug 28, 2017
Merged

Standardization #6

merged 7 commits into from
Aug 28, 2017

Conversation

StuntsPT
Copy link
Member

@StuntsPT StuntsPT commented Jun 2, 2017

Added CONTRIBUTING.md, standardized README.md, improved "Standard JS" conformance, bumped package versions, removed spammy notifications and removed unimplemented tests. Fixes #5 .

Copy link
Member

@bmpvieira bmpvieira left a 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 .",
Copy link
Member

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.

@StuntsPT
Copy link
Member Author

Added the mocha tests back. However, a new error shows up complaining there are no tests to perform...

@bmpvieira
Copy link
Member

Sorry, I didn't see that tests were still missing. I'll merge your changes anyway and someone can add tests later.

@bmpvieira bmpvieira merged commit d5a3aa6 into master Aug 28, 2017
@bmpvieira bmpvieira deleted the standardization branch August 28, 2017 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants