diff --git a/package.json b/package.json index 8c4ac58..37feeba 100644 --- a/package.json +++ b/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 (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 (http://blog.izs.me/)", + "scripts": { + "test": "node test" + } +}