Skip to content

Commit 503209d

Browse files
committed
v1.1.7
1 parent d63002d commit 503209d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/extend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function extend() {
109109
/**
110110
* @public
111111
*/
112-
extend.version = '1.1.3';
112+
extend.version = '1.1.7';
113113

114114
/**
115115
* Exports module.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node.extend",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "A port of jQuery.extend that actually works on node.js",
55
"keywords": [
66
"extend",
@@ -20,6 +20,7 @@
2020
"covert": "^1.1.0",
2121
"eslint": "^5.8.0",
2222
"jscs": "^3.0.7",
23+
"safe-publish-latest": "^1.1.2",
2324
"tape": "^4.9.1"
2425
},
2526
"repository": {
@@ -34,6 +35,7 @@
3435
],
3536
"main": "index",
3637
"scripts": {
38+
"prepublish": "safe-publish-latest",
3739
"pretest": "npm run lint",
3840
"test": "npm run --silent tests-only",
3941
"posttest": "npm run coverage-quiet",

0 commit comments

Comments
 (0)