1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 14:42:26 +03:00

nix unused unist-util-visit module

This commit is contained in:
Shawn Allen 2017-09-15 15:58:04 -06:00
parent fd40089188
commit ba5937cfba
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import remark from 'remark'
import parents from 'unist-util-parents'
import visit from 'unist-util-visit'
import select from 'unist-util-select'
import findBefore from 'unist-util-find-before'
import htmlToReact from 'html-to-react'

View File

@ -45,7 +45,6 @@
"unist-util-find-before": "^2.0.1",
"unist-util-parents": "^1.0.0",
"unist-util-select": "^1.5.0",
"unist-util-visit": "^1.1.3",
"yo": "^2.0.0"
}
}