Skip to content

Commit

Permalink
Modify a way of how we attach babel transformation to mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
voter101 committed Dec 18, 2015
1 parent 7c2de6f commit 543b300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Simple event bus",
"main": "index.js",
"scripts": {
"test": "mocha --require babel-core/register test/**/*.js"
"test": "mocha --require babel-register test/**/*.js"
},
"repository": {
"type": "git",
Expand All @@ -22,9 +22,9 @@
},
"homepage": "https://github.com/arkency/event-bus#readme",
"devDependencies": {
"babel-core": "^6.1.21",
"babel-preset-es2015": "^6.1.18",
"mocha": "^2.3.3",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.3.13",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"webpack": "^1.12.6"
}
Expand Down

0 comments on commit 543b300

Please sign in to comment.