From b370e8f6e4e7fddba23916faa8bdb446516baad6 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Fri, 11 Mar 2016 03:15:16 -0500 Subject: [PATCH] 0.1.0 --- package.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a38f05d..2f5a80d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "static-extend", - "description": "Adds a static extend method to a class, to simplify inheritance.", + "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.", "version": "0.1.0", "homepage": "https://github.com/jonschlinkert/static-extend", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", @@ -24,8 +24,23 @@ }, "devDependencies": { "gulp-format-md": "^0.1.7", - "mocha": "*" + "mocha": "^2.4.5" }, + "keywords": [ + "class", + "ctor", + "descriptor", + "extend", + "extends", + "inherit", + "inheritance", + "merge", + "method", + "prop", + "properties", + "property", + "prototype" + ], "verb": { "run": true, "toc": false, @@ -43,4 +58,4 @@ "reflinks": true } } -} \ No newline at end of file +}