Skip to content

Commit

Permalink
Updated package.json to better follow npm standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdalmeida authored and isaacs committed Apr 2, 2023
1 parent faaba32 commit b44e1f5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Expand Up @@ -14,8 +14,16 @@
],
"main": "./inherits.js",
"browser": "./inherits_browser.js",
"repository": "git://github.com/isaacs/inherits",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/inherits.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/isaacs/inherits/issues"
},
"homepage": "https://github.com/isaacs/inherits#readme",
"scripts": {
"test": "tap"
},
Expand Down

0 comments on commit b44e1f5

Please sign in to comment.