Skip to content

Commit

Permalink
feat(node): update min node version to v6
Browse files Browse the repository at this point in the history
Remove yarn
Add package-lock
Lock version of dependencies
  • Loading branch information
lgaticaq committed Nov 21, 2017
1 parent 4312c5e commit 051f202
Show file tree
Hide file tree
Showing 5 changed files with 2,232 additions and 1,584 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6
v9
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "8"
- "9"
notifications:
email: false
after_success:
Expand Down
Loading

0 comments on commit 051f202

Please sign in to comment.