unist-util-modify-children

v1.1.1
Unist utility to modify direct children of a parent
unist retext nlcst mdast util utility modify children

build-md

remark . -qfo

build-bundle

browserify index.js --bare -s unistUtilModifyChildren > unist-util-modify-children.js

build-mangle

esmangle < unist-util-modify-children.js > unist-util-modify-children.min.js

build

npm run build-md && npm run build-bundle && npm run build-mangle

lint

xo

test-api

node test

test-coverage

nyc --reporter lcov tape test.js

test

npm run build && npm run lint && npm run test-coverage

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 6/12/2017

Downloads

Maintainers