We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ceacf commit 203201aCopy full SHA for 203201a
.travis.yml
@@ -4,6 +4,7 @@ cache: npm
4
notifications:
5
email: false
6
node_js:
7
+ - '8'
8
- '10'
9
- '12'
10
install: npm install
src/index.js
@@ -1,3 +1,4 @@
1
+import { URL } from 'url';
2
import visit from 'unist-util-visit';
3
import { defaultTransformers } from './transformers';
0 commit comments