esutils
esutils copied to clipboard
Npm updates
- Update to Unicoode 13; closes #27
- Linting: As per latest jshint (define function before called)
- Testing: Use chai's
register-expect - npm: Update devDeps (including moving from
coffee-scriptto non-deprecatedcoffeescript) - npm: Simplify script running
- npm: Avoid adding
package-lock.json - npm: Update mocha per latest API
- npm: Add recommended package.json fields: keywords, bugs, dependencies and change to author/contributors
- Maintenance: Add
.editorconfig
(I have a PR built on top of this I intend to submit next which replaces jshint with eslint and replaces coffeescript entirely, but trying to keep it more atomic.)