hast-util-to-nlcst
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -168,2 +168,3 @@ 'use strict' | ||
find(child) | ||
start = index + 1 | ||
} else { | ||
@@ -170,0 +171,0 @@ ;(viable ? add : findAll)(children.slice(start, index)) |
{ | ||
"name": "hast-util-to-nlcst", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Transform HAST to NLCST", | ||
@@ -36,6 +36,5 @@ "license": "MIT", | ||
"browserify": "^16.0.0", | ||
"esmangle": "^1.0.1", | ||
"is-hidden": "^1.0.1", | ||
"negate": "^1.0.0", | ||
"nyc": "^12.0.0", | ||
"nyc": "^13.0.0", | ||
"parse-dutch": "^4.0.0", | ||
@@ -45,13 +44,14 @@ "parse-english": "^4.0.0", | ||
"prettier": "^1.13.5", | ||
"rehype": "^5.0.0", | ||
"rehype": "^6.0.0", | ||
"remark-cli": "^5.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.4.3", | ||
"vfile": "^3.0.0", | ||
"xo": "^0.21.0" | ||
"xo": "^0.23.0" | ||
}, | ||
"scripts": { | ||
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix", | ||
"build-bundle": "browserify index.js --bare -s hastUtilToNLCST > hast-util-to-nlcst.js", | ||
"build-mangle": "esmangle hast-util-to-nlcst.js > hast-util-to-nlcst.min.js", | ||
"build-bundle": "browserify . -s hastUtilToNLCST > hast-util-to-nlcst.js", | ||
"build-mangle": "browserify . -s hastUtilToNLCST -p tinyify > hast-util-to-nlcst.min.js", | ||
"build": "npm run build-bundle && npm run build-mangle", | ||
@@ -58,0 +58,0 @@ "test-api": "node test", |
@@ -156,3 +156,3 @@ # hast-util-to-nlcst [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] | ||
[license]: LICENSE | ||
[license]: license | ||
@@ -159,0 +159,0 @@ [author]: http://wooorm.com |
13919
230