File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = factory
11
11
function factory ( schema , defaultTagName ) {
12
12
return h
13
13
14
- /* Hyperscript compatible DSL for creating virtual HAST trees. */
14
+ /* Hyperscript compatible DSL for creating virtual hast trees. */
15
15
function h ( selector , properties ) {
16
16
var node = parseSelector ( selector , defaultTagName )
17
17
var children = Array . prototype . slice . call ( arguments , 2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hastscript" ,
3
3
"version" : " 5.0.0" ,
4
- "description" : " Hyperscript compatible DSL for creating virtual HAST trees" ,
4
+ "description" : " Hyperscript compatible DSL for creating virtual hast trees" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" hast" ,
You can’t perform that action at this time.
0 commit comments