Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Update gitignore and CircleCI node version (#181)
Browse files Browse the repository at this point in the history
* Add yarn.lock and .node-version to .gitignore

* Update circle.yml to rely on latest Node v6 LTS version
  • Loading branch information
rmm5t authored and fb55 committed Dec 28, 2017
1 parent 3a74110 commit d813564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ node_modules

/.idea
/package-lock.json
/yarn.lock
/.node-version
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
machine:
node:
version: 6.1.0
version: 6.12.2

0 comments on commit d813564

Please sign in to comment.