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] [update] dependencies #115

Open
wants to merge 9 commits into
base: upgrade
Choose a base branch
from
Open

[WIP] [update] dependencies #115

wants to merge 9 commits into from

Conversation

buritica
Copy link
Member

@buritica buritica commented Oct 6, 2019

No description provided.

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "./node_modules/.bin/standard && ./node_modules/.bin/ava",
"test": "standard && ava",
Copy link
Collaborator

@ltciro ltciro Oct 8, 2019

Choose a reason for hiding this comment

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

I revert this change because in windows not recognized ./node_modules/... or .\\node_modules\\... command, I will specify standard and ava global as requirements in the Readme

Choose a reason for hiding this comment

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

What about using npx ava ?

@buritica
Copy link
Member Author

buritica commented Oct 17, 2019 via email

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.

None yet

3 participants