Skip to content

Commit 77f2e62

Browse files
committed
run update
1 parent ab3e35c commit 77f2e62

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ os:
55
language: node_js
66
node_js:
77
- node
8+
- '7'
89
- '6'
10+
- '5'
911
- '4'
1012
- '0.12'
1113
- '0.10'
12-
matrix:
13-
allow_failures:
14-
- node_js: '4'
15-
- node_js: '0.12'
16-
- node_js: '0.10'

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"homepage": "https://github.com/jonschlinkert/set-value",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"contributors": [
8-
"<[email protected]> (https://github.com/wtgtybhertgeghgtwtg)",
9-
"Jon Schlinkert <[email protected]> (http://twitter.com/jonschlinkert)",
10-
"Vadim Demedes <[email protected]> (https://vadimdemedes.com)"
8+
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
9+
"(https://github.com/wtgtybhertgeghgtwtg)",
10+
"Vadim Demedes (https://vadimdemedes.com)"
1111
],
1212
"repository": "jonschlinkert/set-value",
1313
"bugs": {
@@ -31,8 +31,8 @@
3131
"to-object-path": "^0.3.0"
3232
},
3333
"devDependencies": {
34-
"gulp-format-md": "^0.1.10",
35-
"mocha": "^3.0.2"
34+
"gulp-format-md": "^0.1.12",
35+
"mocha": "^3.4.1"
3636
},
3737
"keywords": [
3838
"get",

0 commit comments

Comments
 (0)