issues
search
proj4js
/
mgrs
Utility for converting between WGS84 lat/lng and MGRS coordinates
MIT License
105
stars
45
forks
source link
Travis update
#51
Closed
DanielJDufour
closed
5 years ago
DanielJDufour
commented
5 years ago
Added
npm run lint
to Travis-CI configuration, so that code must be in correct syntax to pass Travis-CI jobs
Added
npm audit
to Travis-CI configuration, so that Travis-CI will throw a failed job if a PR includes security vulnerabilities
Removed testing on NodeJS versions 6 and 7 because ESLint doesn't work on those versions
npm run lint
to Travis-CI configuration, so that code must be in correct syntax to pass Travis-CI jobsnpm audit
to Travis-CI configuration, so that Travis-CI will throw a failed job if a PR includes security vulnerabilities