Steve DeWald
Steve DeWald
In Ubuntu 9.10 when running install.sh: ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found WARNING: /home/sdewald/.gitconfig exists but is not a symlink. ./install.sh:...
`babel-runtime` doesn't appear to be an actual dependency anywhere in the source. Perhaps it's only used to build in a development environment? Moving this to `devDependencies` (if it isn't necessary)...
Merged declarations should use as narrow types as possible, since they could interfere with other other libraries or application code. I believe the `unknown` type is more appropriate here since...