Skip to content

Commit ec3fd22

Browse files
author
Guillaume Chau
committed
Merge branch 'next' into apollo-1
2 parents 370c286 + ba6fc4a commit ec3fd22

29 files changed

+3878
-1383
lines changed

β€Ž.babelrcβ€Ž

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"presets": [
3-
[
4-
"es2015",
5-
{
6-
"modules": false
7-
}
8-
],
3+
["env", { "modules": false }],
94
"stage-0"
5+
],
6+
"plugins": [
7+
"external-helpers"
108
]
119
}

β€Ž.eslintignoreβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
dist/

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/
2+
types/test/*.js

β€Ž.npmignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
src/
2+
types/test/

0 commit comments

Comments
Β (0)