rehype-html-blocks
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "rehype-html-blocks", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"repository": { | ||
@@ -22,4 +22,4 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/rehype-html-blocks", | ||
"pretest": "eslint src", | ||
"prepublish": "del-cli dist && BABEL_ENV=production babel --out-dir dist src", | ||
"test": "npm run prepublish && nyc ava __tests__", | ||
"prepare": "del-cli dist && cross-env BABEL_ENV=production babel --out-dir dist src", | ||
"test": "npm run prepare && nyc ava __tests__", | ||
"coverage": "./node_modules/.bin/nyc report --reporter=text-lcov > coverage/coverage.lcov" | ||
@@ -40,4 +40,17 @@ }, | ||
"dependencies": { | ||
"unist-util-visit": "^1.1.1" | ||
"unist-util-visit": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.19.1", | ||
"babel-cli": "^6.24.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"cross-env": "^5.0.1", | ||
"del-cli": "^1.0.0", | ||
"eslint": "^4.0.0", | ||
"nyc": "^11.0.2", | ||
"rehype-stringify": "^3.0.0", | ||
"remark-parse": "^3.0.1", | ||
"remark-rehype": "^2.0.1", | ||
"unified": "^6.1.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3432
11
Updatedunist-util-visit@^1.1.3