UNPKG
snabbdom-to-html
Version:
beta (3.0.0-beta.1)
latest (7.1.0)
7.1.0
7.0.0
6.0.0
5.1.1
5.1.0
5.0.0
4.0.0
3.3.0
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
3.0.0-beta.1
3.0.0-beta.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.0
0.1.0
Render Snabbdom Vnodes to HTML strings
github.com/acstll/snabbdom-to-html
acstll/snabbdom-to-html
snabbdom-to-html
/
.travis.yml
10 lines
•
114 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
sudo:
false
language:
node_js
node_js:
-
'6'
-
'5'
-
'4'
script:
npm run test
branches:
only: - master