UNPKG
evenoddcheck
Version:
latest (1.0.1)
1.0.1
1.0.0
A package that quickly sorts even and odd numbers based on input
evenoddcheck
/
.travis.yml
10 lines
(7 loc)
•
90 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language: node_js
node_js:
- stable
install:
- npm install
script:
- npm run test