unist-util-remove
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "unist-util-remove", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "unist utility to remove nodes from a tree", | ||
@@ -33,4 +33,6 @@ "license": "MIT", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"types/index.d.ts" | ||
], | ||
"types": "types/index.d.ts", | ||
"dependencies": { | ||
@@ -40,2 +42,3 @@ "unist-util-is": "^4.0.0" | ||
"devDependencies": { | ||
"dtslint": "^4.0.0", | ||
"nyc": "^15.0.0", | ||
@@ -47,3 +50,3 @@ "prettier": "^2.0.0", | ||
"unist-builder": "^2.0.0", | ||
"xo": "^0.34.0" | ||
"xo": "^0.38.0" | ||
}, | ||
@@ -54,3 +57,4 @@ "scripts": { | ||
"test-coverage": "nyc --reporter lcov tape test.js", | ||
"test": "npm run format && npm run test-coverage" | ||
"test-types": "dtslint types", | ||
"test": "npm run format && npm run test-coverage && npm run test-types" | ||
}, | ||
@@ -57,0 +61,0 @@ "nyc": { |
@@ -114,5 +114,5 @@ # unist-util-remove | ||
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-filter.svg | ||
[build-badge]: https://github.com/syntax-tree/unist-util-filter/workflows/main/badge.svg | ||
[build]: https://travis-ci.org/syntax-tree/unist-util-filter | ||
[build]: https://github.com/syntax-tree/unist-util-filter/actions | ||
@@ -119,0 +119,0 @@ [coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-filter.svg |
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
9764
5
67
8