Skip to content

Commit

Permalink
fix: move @babel/runtime to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Nov 21, 2018
1 parent bac4cd9 commit addab3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"@babel/preset-env": "^7.1.6",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.1.5",
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"@jedwards1211/commitlint-config": "^1.0.0",
Expand Down Expand Up @@ -108,5 +107,8 @@
"rimraf": "^2.6.0",
"semantic-release": "^15.1.4",
"travis-deploy-once": "^5.0.9"
},
"dependencies": {
"@babel/runtime": "^7.1.5"
}
}

0 comments on commit addab3e

Please sign in to comment.