Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 16, 2013
1 parent 0f24143 commit e8fd3e3
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions package.json
@@ -1,10 +1,25 @@
{ "name" : "inherits"
, "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()"
, "version" : "1.0.0"
, "keywords" : ["inheritance", "class", "klass", "oop", "object-oriented", "inherits", "browser", "browserify"]
, "main" : "./inherits.js"
, "browser" : "./inherits_browser.js"
, "repository" : "https://github.com/isaacs/inherits"
, "license": { "type": "WTFPL2" }
, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
, "scripts" : { "test" : "node test" } }
{
"name": "inherits",
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"version": "2.0.0",
"keywords": [
"inheritance",
"class",
"klass",
"oop",
"object-oriented",
"inherits",
"browser",
"browserify"
],
"main": "./inherits.js",
"browser": "./inherits_browser.js",
"repository": "https://github.com/isaacs/inherits",
"license": {
"type": "WTFPL2"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"scripts": {
"test": "node test"
}
}

0 comments on commit e8fd3e3

Please sign in to comment.