unist-util-modify-children
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "unist-util-modify-children", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Unist utility to modify direct children of a parent", | ||
@@ -16,4 +16,4 @@ "license": "MIT", | ||
], | ||
"repository": "https://github.com/wooorm/unist-util-modify-children", | ||
"bugs": "https://github.com/wooorm/unist-util-modify-children/issues", | ||
"repository": "https://github.com/syntax-tree/unist-util-modify-children", | ||
"bugs": "https://github.com/syntax-tree/unist-util-modify-children/issues", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
@@ -30,12 +30,12 @@ "contributors": [ | ||
"devDependencies": { | ||
"browserify": "^13.1.1", | ||
"browserify": "^14.0.0", | ||
"esmangle": "^1.0.0", | ||
"nyc": "^9.0.1", | ||
"remark-cli": "^2.0.0", | ||
"remark-preset-wooorm": "^1.0.0", | ||
"nyc": "^11.0.0", | ||
"remark-cli": "^3.0.0", | ||
"remark-preset-wooorm": "^3.0.0", | ||
"tape": "^4.6.2", | ||
"xo": "^0.17.1" | ||
"xo": "^0.18.2" | ||
}, | ||
"scripts": { | ||
"build-md": "remark . --quiet --frail --output", | ||
"build-md": "remark . -qfo", | ||
"build-bundle": "browserify index.js --bare -s unistUtilModifyChildren > unist-util-modify-children.js", | ||
@@ -51,2 +51,3 @@ "build-mangle": "esmangle < unist-util-modify-children.js > unist-util-modify-children.min.js", | ||
"space": true, | ||
"esnext": false, | ||
"ignore": [ | ||
@@ -63,4 +64,6 @@ "unist-util-modify-children.js" | ||
"remarkConfig": { | ||
"presets": "wooorm" | ||
"plugins": [ | ||
"preset-wooorm" | ||
] | ||
} | ||
} |
@@ -71,9 +71,9 @@ # unist-util-modify-children [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] | ||
[travis-badge]: https://img.shields.io/travis/wooorm/unist-util-modify-children.svg | ||
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-modify-children.svg | ||
[travis]: https://travis-ci.org/wooorm/unist-util-modify-children | ||
[travis]: https://travis-ci.org/syntax-tree/unist-util-modify-children | ||
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/unist-util-modify-children.svg | ||
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-modify-children.svg | ||
[codecov]: https://codecov.io/github/wooorm/unist-util-modify-children | ||
[codecov]: https://codecov.io/github/syntax-tree/unist-util-modify-children | ||
@@ -86,3 +86,3 @@ [npm]: https://docs.npmjs.com/cli/install | ||
[node]: https://github.com/wooorm/unist#node | ||
[node]: https://github.com/syntax-tree/unist#node | ||
@@ -89,0 +89,0 @@ [modifier]: #next--modifierchild-index-parent |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5533