Skip to content

Commit

Permalink
Add babel for es6 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Aug 23, 2015
1 parent e43aea2 commit dfd96eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "Toolbelt for dokku, similar to the heroku toolbelt",
"main": "index.js",
"scripts": {
"test": ""
"test": "",
"postinstall": "babel src --out-dir lib",
"dev": "babel src --watch --out-dir lib"
},
"repository": {
"type": "git",
Expand All @@ -23,7 +25,7 @@
},
"homepage": "https://github.com/digitalsadhu/dokku-toolbelt#readme",
"dependencies": {
"commander": "2.6.0",
"babel": "^5.8.21",
"dokku-app-ssh": "^1.0.1",
"dokku-git-remote-parser": "^1.1.2"
},
Expand Down

0 comments on commit dfd96eb

Please sign in to comment.