Skip to content

Commit 4e6970e

Browse files
committed
run update
1 parent 233cf6a commit 4e6970e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ vendor
2525
temp
2626
tmp
2727
TODO.md
28+
package-lock.json

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
language: node_js
66
node_js:
77
- node
8+
- '8'
89
- '7'
910
- '6'
1011
- '5'

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
22
* set-value <https://github.com/jonschlinkert/set-value>
33
*
4-
* Copyright (c) 2014-2015, Jon Schlinkert.
5-
* Licensed under the MIT License.
4+
* Copyright (c) 2014-2017, Jon Schlinkert.
5+
* Released under the MIT License.
66
*/
77

88
'use strict';

0 commit comments

Comments
 (0)