Skip to content

Commit

Permalink
remove babelhook.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Nevzorov committed Sep 5, 2016
1 parent 527fc07 commit c248221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion babelhook.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"peerDependencies": {},
"optionalDependencies": {},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"chai": "^3.5.0",
Expand All @@ -37,7 +37,7 @@
"scripts": {
"compile": "babel -e -d lib/ src/",
"prepublish": "npm run compile",
"test": "mocha --recursive --require babelhook"
"test": "mocha --recursive --require babel-register"
},
"main": "lib/index.js"
}

0 comments on commit c248221

Please sign in to comment.