Skip to content

Conversation

@viniciusdacal
Copy link
Contributor

I had some errors running both, yarn install and npm install, and npm suggest to replace "babel" for "babel-cli":

You have mistakenly installed the `babel` package, which is a no-op in Babel 6.
Babel's CLI commands have been moved from the `babel` package to the `babel-cli` package.

    npm uninstall babel
    npm install babel-cli

See http://babeljs.io/docs/usage/cli/ for setup instructions.

I took the freedom to add a yarn.lock file, for those whom wants to use yarn
I updated the tests for the new format that function mask is returning.

@viniciusdacal
Copy link
Contributor Author

related to issue #4

@jsillitoe jsillitoe merged commit c9bf851 into jsillitoe:master Dec 27, 2016
@jsillitoe
Copy link
Owner

Thank you. Merged!

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