Skip to content

Commit ae038d9

Browse files
committed
Refactor to shout less
1 parent 30c3006 commit ae038d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = factory
1111
function factory(schema, defaultTagName) {
1212
return h
1313

14-
/* Hyperscript compatible DSL for creating virtual HAST trees. */
14+
/* Hyperscript compatible DSL for creating virtual hast trees. */
1515
function h(selector, properties) {
1616
var node = parseSelector(selector, defaultTagName)
1717
var children = Array.prototype.slice.call(arguments, 2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hastscript",
33
"version": "5.0.0",
4-
"description": "Hyperscript compatible DSL for creating virtual HAST trees",
4+
"description": "Hyperscript compatible DSL for creating virtual hast trees",
55
"license": "MIT",
66
"keywords": [
77
"hast",

0 commit comments

Comments
 (0)