diff --git a/lib/extend.js b/lib/extend.js index 31c0c5e..c377ef3 100644 --- a/lib/extend.js +++ b/lib/extend.js @@ -109,7 +109,7 @@ function extend() { /** * @public */ -extend.version = '1.1.3'; +extend.version = '1.1.7'; /** * Exports module. diff --git a/package.json b/package.json index 52178a9..e42ad2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node.extend", - "version": "1.1.6", + "version": "1.1.7", "description": "A port of jQuery.extend that actually works on node.js", "keywords": [ "extend", @@ -20,6 +20,7 @@ "covert": "^1.1.0", "eslint": "^5.8.0", "jscs": "^3.0.7", + "safe-publish-latest": "^1.1.2", "tape": "^4.9.1" }, "repository": { @@ -34,6 +35,7 @@ ], "main": "index", "scripts": { + "prepublish": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run --silent tests-only", "posttest": "npm run coverage-quiet",