Skip to content

Commit

Permalink
fix(deps): babel and related tools should be dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickocoffeyo committed Jul 20, 2018
1 parent 8418343 commit d52a8db
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,14 @@
]
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"@commitlint/cli": "^7.0.0",
"@commitlint/config-angular": "^7.0.1",
"@semantic-release/github": "^4.2.18",
"@semantic-release/npm": "^3.3.4",
"aframe": "*",
"babel-loader": "^8.0.0-beta",
"browserify": "^13.0.0",
"budo": "^8.2.2",
"chai": "^3.4.1",
Expand Down Expand Up @@ -107,9 +110,5 @@
"dist/**"
]
},
"dependencies": {
"@babel/core": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"babel-loader": "^8.0.0-beta"
}
"dependencies": {}
}

0 comments on commit d52a8db

Please sign in to comment.