Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Cleanup #43

Closed
wants to merge 4 commits into from
Closed

Cleanup #43

wants to merge 4 commits into from

Commits on Jun 4, 2016

  1. Configuration menu
    Copy the full SHA
    c385769 View commit details
    Browse the repository at this point in the history
  2. Clean up Codacy issues

    - Make npm test work with new filepaths
    - Fix line lengths
    - Fix mixed quotes
    - Fix unused variables
    - Fix small typos
    
    Closes team-jwt#40
    juniorbird committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    7c80422 View commit details
    Browse the repository at this point in the history
  3. Partial update parsePackage to use ES6 syntax

    Since we're compiling with Babel, we can use ES 6 and 7 syntax.
    - Use ES6 Export
    - Use ES6 Import
    - More arrow functions
    
    Refers to team-jwt#36
    juniorbird committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    7ea004c View commit details
    Browse the repository at this point in the history
  4. Make Travis run properly

    - Update testing to run all scripts automatically
    - Make Travis build
    juniorbird committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    eb1993b View commit details
    Browse the repository at this point in the history