Skip to content

Commit

Permalink
Lock down dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
loganfsmyth committed Dec 1, 2017
1 parent a0fbd50 commit 0609da8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0609da8

Please sign in to comment.