Lock down dependency versions.

This commit is contained in:
Logan Smyth 2017-12-01 10:05:34 -08:00
parent 39cef92885
commit b6172b2ed3

View File

@ -12,10 +12,10 @@
"url": "https://github.com/babel/babel-eslint.git"
},
"dependencies": {
"@babel/code-frame": "^7.0.0-beta.31",
"@babel/traverse": "^7.0.0-beta.31",
"@babel/types": "^7.0.0-beta.31",
"babylon": "^7.0.0-beta.31"
"@babel/code-frame": "7.0.0-beta.31",
"@babel/traverse": "7.0.0-beta.31",
"@babel/types": "7.0.0-beta.31",
"babylon": "7.0.0-beta.31"
},
"scripts": {
"test": "npm run lint && npm run test-only",