fix: declare @babel/traverse as a dependency (#11985)

This commit is contained in:
Huáng Jùnliàng 2020-08-20 14:01:29 -04:00 committed by GitHub
parent 4be67fb19a
commit d844700449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,7 @@
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.10.4",
"@babel/helper-optimise-call-expression": "^7.10.4",
"@babel/traverse": "^7.10.4",
"@babel/types": "^7.10.4"
},
"devDependencies": {
"@babel/traverse": "^7.10.4"
}
}