Skip to content

Commit

Permalink
Revert node version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirbaidhya committed Aug 27, 2019
1 parent 7a102bb commit 4d46340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ node_js:
- node
- 10
- 8
- 6

before_script:
- yarn build
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"tslint-config-leapfrog": "^1.0.3",
"typescript": "^3.3"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 4d46340

Please sign in to comment.