use caret for devDeps

This commit is contained in:
Henry Zhu
2017-03-27 16:22:19 -04:00
parent 75328ccc60
commit f3ef03abfd
66 changed files with 77 additions and 77 deletions

View File

@@ -10,7 +10,7 @@
"regenerator-runtime": "^0.10.0"
},
"devDependencies": {
"babel-helpers": "7.0.0-alpha.3",
"babel-plugin-transform-runtime": "7.0.0-alpha.3"
"babel-helpers": "^7.0.0-alpha.3",
"babel-plugin-transform-runtime": "^7.0.0-alpha.3"
}
}