Update package.json, use ast-types 0.9.4 (#453)

Add Flow's DeclareExportAllDeclaration type has been merged into benjamn/ast-types so the forks are now in sync.
master
daleroy 2017-01-24 15:08:35 -08:00 committed by James Long
parent 3375cfe605
commit 69b5d098e9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
},
"main": "./index.js",
"dependencies": {
"ast-types": "git+https://github.com/jlongster/ast-types.git",
"ast-types": "0.9.4",
"babel-code-frame": "6.22.0",
"babylon": "6.15.0",
"esutils": "2.0.2",