esutils icon indicating copy to clipboard operation
esutils copied to clipboard

Npm updates

Open brettz9 opened this issue 5 years ago • 0 comments

  • 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-script to non-deprecated coffeescript)
  • 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.)

brettz9 avatar Apr 29 '20 11:04 brettz9