Moves the dependencies from dependencies to devDependencies since they belong there
Adds some folders to .gitignore and .npmignore since they should not be tracked by git nor uploaded to NPM
After this PR is merge, please publish a new version of the package since this will reduce the published package size by a lot. Currently the package size is ~300MB due to the bechmarks folder
Hi @EdgarACarneiro,
This PR:
dependencies
todevDependencies
since they belong there.gitignore
and.npmignore
since they should not be tracked by git nor uploaded to NPMAfter this PR is merge, please publish a new version of the package since this will reduce the published package size by a lot. Currently the package size is ~300MB due to the bechmarks folder