Skip to content

Instantly share code, notes, and snippets.

@kamilogorek
Last active April 18, 2017 10:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kamilogorek/0a2d7f3b7ce8f58f8ae374b28c8e2909 to your computer and use it in GitHub Desktop.
Save kamilogorek/0a2d7f3b7ce8f58f8ae374b28c8e2909 to your computer and use it in GitHub Desktop.
{
"devDependencies": {
"ava": "^0.18.1",
+ "babel-cli": "^6.23.0",
+ "babel-preset-es2015": "^6.22.0",
+ "babel-register": "^6.23.0",
"chokidar-cli": "^1.2.0",
"precommit-hook": "^3.0.0",
"standard": "^8.6.0"
+ },
+ "babel": {
+ "presets": ["es2015"]
+ },
+ "ava": {
+ "require": ["babel-register"],
+ "babel": "inherit"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment