Skip to content

Commit

Permalink
Moved Babel to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gesposito committed Sep 10, 2015
1 parent 3bad3b6 commit af24e37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -11,6 +11,7 @@
},
"dependencies": {
"async": "^1.2.1",
"babel": "^5.8.23",
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"boom": "^2.7.2",
Expand Down Expand Up @@ -73,8 +74,5 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel": "^5.8.23"
}
}

0 comments on commit af24e37

Please sign in to comment.