Skip to content

Commit

Permalink
Update node version for build process, and run yarn update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Bowes committed Jun 28, 2018
1 parent 93e87ea commit c52d52d
Show file tree
Hide file tree
Showing 4 changed files with 888 additions and 723 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.11.1
10.5.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "8.11.1"
- "10.5.0"
cache:
yarn: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-responsive-select",
"version": "4.0.1",
"version": "4.0.2",
"description": "A React customisable, touchable, single-select / multi-select form component. Built with keyboard and screen reader accessibility in mind.",
"main": "dist/ReactResponsiveSelect.js",
"scripts": {
Expand Down
Loading

0 comments on commit c52d52d

Please sign in to comment.