Skip to content

Instantly share code, notes, and snippets.

@pariola
Last active January 28, 2018 05:43
Show Gist options
  • Save pariola/8cf45748286d3b4e7c6803d9b075715d to your computer and use it in GitHub Desktop.
Save pariola/8cf45748286d3b4e7c6803d9b075715d to your computer and use it in GitHub Desktop.
{
"name": "cfes6",
"version": "1.0.0",
"description": "Using ES6+ in Cloud Functions",
"main": "index.js",
"scripts": {
"prebuild": "node node_modules/rimraf/bin functions",
"build": "babel app --out-dir functions --copy-files --ignore app/node_modules",
"postbuild": "cd functions && npm i -s",
"deploy": "npm run build && firebase deploy"
},
"author": "Blessing Pariola",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"rimraf": "^2.6.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment