aichbauer / express-routes-mapper

a small mapper for express routes
MIT License
21 stars 16 forks source link

update babel to version 7 #22

Closed achmadk closed 6 years ago

achmadk commented 6 years ago

Fixed #21 issue.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+10.3%) to 100.0% when pulling 45283f20198c7cf56f3c68713f2e3dd12472b4df on achmadk:master into a190d079ad3342bd5658e5e2fc8efdad07166d30 on aichbauer:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+10.3%) to 100.0% when pulling f89a2ceb98f782ff3ccdfc6335b84937eaa9873b on achmadk:master into a190d079ad3342bd5658e5e2fc8efdad07166d30 on aichbauer:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+10.3%) to 100.0% when pulling 45283f20198c7cf56f3c68713f2e3dd12472b4df on achmadk:master into a190d079ad3342bd5658e5e2fc8efdad07166d30 on aichbauer:master.

aichbauer commented 6 years ago

in the travis.yml you need to remove node version 4.

node_js:
  - 4
  - 6
  - 8
  - 10

to

node_js:
  - 6
  - 8
  - 10