We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c3006 commit ae038d9Copy full SHA for ae038d9
factory.js
@@ -11,7 +11,7 @@ module.exports = factory
11
function factory(schema, defaultTagName) {
12
return h
13
14
- /* Hyperscript compatible DSL for creating virtual HAST trees. */
+ /* Hyperscript compatible DSL for creating virtual hast trees. */
15
function h(selector, properties) {
16
var node = parseSelector(selector, defaultTagName)
17
var children = Array.prototype.slice.call(arguments, 2)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hastscript",
3
"version": "5.0.0",
4
- "description": "Hyperscript compatible DSL for creating virtual HAST trees",
+ "description": "Hyperscript compatible DSL for creating virtual hast trees",
5
"license": "MIT",
6
"keywords": [
7
"hast",
0 commit comments