Skip to content

Commit

Permalink
Move @ava/babel to devDependencies (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvasseur committed Nov 10, 2020
1 parent 972985d commit a4d17c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,6 @@
"node": ">= 6.9"
},
"dependencies": {
"@ava/babel": "^1.0.1",
"find-cache-dir": "^2.1.0",
"loader-utils": "^1.4.0",
"make-dir": "^2.1.0",
Expand All @@ -22,6 +21,7 @@
"webpack": ">=2"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
Expand Down

0 comments on commit a4d17c0

Please sign in to comment.