Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 30, 2018
1 parent d63002d commit 503209d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/extend.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function extend() {
/**
* @public
*/
extend.version = '1.1.3';
extend.version = '1.1.7';

/**
* Exports module.
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 503209d

Please sign in to comment.