1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-13 13:55:23 +02:00

add babel to deps

This commit is contained in:
Kushagra Gour 2017-07-16 02:34:38 +05:30
parent 990c8d7c1e
commit 66613f0abc

View File

@ -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"
}
}