Skip to content

Commit 4d46340

Browse files
committed
Revert node version restriction
1 parent 7a102bb commit 4d46340

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ node_js:
44
- node
55
- 10
66
- 8
7-
- 6
87

98
before_script:
109
- yarn build

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
"tslint-config-leapfrog": "^1.0.3",
6868
"typescript": "^3.3"
6969
},
70+
"engines": {
71+
"node": ">=8.0.0"
72+
},
7073
"publishConfig": {
7174
"access": "public"
7275
}

0 commit comments

Comments
 (0)