- Updated dependencies.
- Use
.prettierignoreto deferpackage.jsonformatting to npm. - Renamed
.babelrc.jstobabel.config.jsand simplified ESLint ignore config. - Improved linting with
eslint-config-env. - Use the
.mjsextension for source. - Added JSDoc comments to source.
- Refactored package scripts:
- Use
prepareto support installation via Git (e.g.npm install jaydenseric/apollo-upload-client). - Remove
rimrafandcross-envdev dependencies. Only *nix environments will be supported for contributing. - Removed
watchandfixscripts.
- Use
- Compact package
repositoryfield. - Setup Travis CI.
- Readme badge changes to deal with shields.io unreliability:
- Removed the licence badge. The licence can be found in
package.jsonand rarely changes. - Removed the Github issues and stars badges. The readme is most viewed on Github anyway.
- Added the more reliable build status badge provided by Travis and placed it first as it loads the quickest.
- Removed the licence badge. The licence can be found in