Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit c05da62

Browse files
author
Walker Leite
committed
add babel file
1 parent 56dc81c commit c05da62

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

template/.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015"]
3+
}

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"description": "{{ description }}",
55
"author": "{{ author }}",
6-
"main": "build/{{ name }}.js",
6+
"main": "src/{{ name }}.js",
77
"license": "MIT",
88
"scripts": {
99
"lint": "eslint .",

0 commit comments

Comments
 (0)