Skip to content

Commit

Permalink
run update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed May 19, 2017
1 parent ab3e35c commit 77f2e62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ os:
language: node_js
node_js:
- node
- '7'
- '6'
- '5'
- '4'
- '0.12'
- '0.10'
matrix:
allow_failures:
- node_js: '4'
- node_js: '0.12'
- node_js: '0.10'
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"homepage": "https://github.com/jonschlinkert/set-value",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"<wtgtybhertgeghgtwtg@gmail.com> (https://github.com/wtgtybhertgeghgtwtg)",
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
"Vadim Demedes <vdemedes@gmail.com> (https://vadimdemedes.com)"
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"(https://github.com/wtgtybhertgeghgtwtg)",
"Vadim Demedes (https://vadimdemedes.com)"
],
"repository": "jonschlinkert/set-value",
"bugs": {
Expand All @@ -31,8 +31,8 @@
"to-object-path": "^0.3.0"
},
"devDependencies": {
"gulp-format-md": "^0.1.10",
"mocha": "^3.0.2"
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.1"
},
"keywords": [
"get",
Expand Down

0 comments on commit 77f2e62

Please sign in to comment.