Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Mar 11, 2016
1 parent ec46f8b commit b370e8f
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand All @@ -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,
Expand All @@ -43,4 +58,4 @@
"reflinks": true
}
}
}
}

0 comments on commit b370e8f

Please sign in to comment.