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

Commit c3b1161

Browse files
committed
fix: recompile with target: es6, fixes #363
1 parent 83da6ae commit c3b1161

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ before_script:
88
- yarn run build
99
node_js:
1010
- "7"
11+
- "6"
12+
- "4"

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
environment:
2-
nodejs_version: "7.0"
2+
nodejs_version: "6"
33
matrix:
44
- TYPESCRIPT: [email protected]
55
cache:

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es6",
3+
"target": "es5",
44
"outDir": "dist",
55
"module": "commonjs",
66
"moduleResolution": "node",

0 commit comments

Comments
 (0)