diff --git a/package.json b/package.json index 4c88a62..811fc2d 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,9 @@ "bugs": { "url": "https://github.com/chinchang/web-maker/issues" }, - "homepage": "https://github.com/chinchang/web-maker#readme" + "homepage": "https://github.com/chinchang/web-maker#readme", + "dependencies": { + "babel-polyfill": "^6.23.0", + "babel-standalone": "^6.25.0" + } }