File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ function extend() {
109
109
/**
110
110
* @public
111
111
*/
112
- extend . version = '1.1.3 ' ;
112
+ extend . version = '1.1.7 ' ;
113
113
114
114
/**
115
115
* Exports module.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node.extend" ,
3
- "version" : " 1.1.6 " ,
3
+ "version" : " 1.1.7 " ,
4
4
"description" : " A port of jQuery.extend that actually works on node.js" ,
5
5
"keywords" : [
6
6
" extend" ,
20
20
"covert" : " ^1.1.0" ,
21
21
"eslint" : " ^5.8.0" ,
22
22
"jscs" : " ^3.0.7" ,
23
+ "safe-publish-latest" : " ^1.1.2" ,
23
24
"tape" : " ^4.9.1"
24
25
},
25
26
"repository" : {
34
35
],
35
36
"main" : " index" ,
36
37
"scripts" : {
38
+ "prepublish" : " safe-publish-latest" ,
37
39
"pretest" : " npm run lint" ,
38
40
"test" : " npm run --silent tests-only" ,
39
41
"posttest" : " npm run coverage-quiet" ,
You can’t perform that action at this time.
0 commit comments