File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## 2.0.0
8
+
9
+ * Update dependencies. hstream now requires Node.js 8 or up.
10
+
7
11
## 1.2.0
8
12
9
13
* Add ability to append or prepend to attributes (https://github.com/stackhtml/hstream/commit/e9b71c39d5a08d27b2ee09ae3043abcecd57b3db )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hstream" ,
3
3
"description" : " streaming html templates" ,
4
- "version" : " 1.2 .0" ,
4
+ "version" : " 2.0 .0" ,
5
5
"author" :
" Renée Kooi <[email protected] >" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/stackhtml/hstream/issues"
20
20
"standard" : " ^14.0.0" ,
21
21
"tape" : " ^4.13.0"
22
22
},
23
+ "engines" : {
24
+ "node" : " >= 8"
25
+ },
23
26
"homepage" : " https://github.com/stackhtml/hstream" ,
24
27
"keywords" : [
25
28
" html" ,
You can’t perform that action at this time.
0 commit comments