change test_app devdep to babel 7 version

This commit is contained in:
Michael Bradley, Jr 2018-07-26 15:44:07 -05:00
parent 8dae16e4da
commit 5ad42c0697
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"homepage": "", "homepage": "",
"devDependencies": { "devDependencies": {
"babel-code-frame": "^6.26.0" "@babel/code-frame": "^7.0.0-beta.54"
}, },
"dependencies": { "dependencies": {
"bootstrap": "^3.3.6", "bootstrap": "^3.3.6",