UNPKG
@ramumb/strip-tags
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.0
Strips a string of any HTML tags.
github.com/ramumb/try-these
ramumb/strip-tags
@ramumb/strip-tags
/
.travis.yml
14 lines
(9 loc)
•
191 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language:
node_js
node_js:
- stable
install:
- npm install
script:
- npm run test - npm run cover
after_script:
"cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"