UNPKG
find-same-parts
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
List the same parts from two given strings
github.com/chenjihu/findSameParts
chenjihu/findSameParts
find-same-parts
/
.travis.yml
5 lines
(4 loc)
•
124 B
YAML
View Raw
1
2
3
4
5
language:
node_js
node_js:
-
"8"
after_script:
"npm install coveralls && nyc report --reporter=text-lcov | coveralls"