@mapbox/hast-util-table-cell-style
Advanced tools
Comparing version 0.1.0 to 0.1.1
# Changelog | ||
## 0.1.1 | ||
- Add missing unist-util-visit dependency. | ||
## 0.1.0 | ||
- Initial release. |
{ | ||
"name": "@mapbox/hast-util-table-cell-style", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Transform deprecated styling attributes on HAST table cells to inline styles", | ||
@@ -35,2 +35,5 @@ "main": "index.js", | ||
}, | ||
"dependencies": { | ||
"unist-util-visit": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
@@ -45,4 +48,3 @@ "eslint": "^4.19.1", | ||
"rehype-stringify": "^3.0.0", | ||
"unified": "^6.1.6", | ||
"unist-util-visit": "^1.3.0" | ||
"unified": "^6.1.6" | ||
}, | ||
@@ -49,0 +51,0 @@ "jest": { |
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
14298
9
1
+ Addedunist-util-visit@^1.3.0
+ Addedunist-util-is@3.0.0(transitive)
+ Addedunist-util-visit@1.4.1(transitive)
+ Addedunist-util-visit-parents@2.1.2(transitive)