Skip to content

Commit

Permalink
fix(deps): remove babel-core and babel call in wallaby. (#3044)
Browse files Browse the repository at this point in the history
This change was originally added by @dignifiedquire, but mixed with other changes.
  • Loading branch information
johnjbarton committed Jun 20, 2018
1 parent c88ebc6 commit 7da8ca0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -384,7 +384,6 @@
},
"devDependencies": {
"LiveScript": "^1.3.0",
"babel-core": "^6.26.0",
"browserify": "^14.5.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
Expand Down
7 changes: 0 additions & 7 deletions wallaby.js
@@ -1,4 +1,3 @@
const babel = require('babel-core')

module.exports = function (wallaby) {
return {
Expand Down Expand Up @@ -32,12 +31,6 @@ module.exports = function (wallaby) {
'test/unit/**/*.spec.js'
],

compilers: {
'**/*.js': wallaby.compilers.babel({
babel: babel
})
},

bootstrap: function (w) {
var path = require('path')
var mocha = w.testFramework
Expand Down

0 comments on commit 7da8ca0

Please sign in to comment.