We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233cf6a commit 4e6970eCopy full SHA for 4e6970e
.gitignore
@@ -25,3 +25,4 @@ vendor
25
temp
26
tmp
27
TODO.md
28
+package-lock.json
.travis.yml
@@ -5,6 +5,7 @@ os:
5
language: node_js
6
node_js:
7
- node
8
+ - '8'
9
- '7'
10
- '6'
11
- '5'
test.js
@@ -1,8 +1,8 @@
1
/*!
2
* set-value <https://github.com/jonschlinkert/set-value>
3
*
4
- * Copyright (c) 2014-2015, Jon Schlinkert.
- * Licensed under the MIT License.
+ * Copyright (c) 2014-2017, Jon Schlinkert.
+ * Released under the MIT License.
*/
'use strict';
0 commit comments