Refactoring day1
This commit is contained in:
12
node_modules/inherits/package.json
generated
vendored
12
node_modules/inherits/package.json
generated
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "inherits",
|
||||
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.3",
|
||||
"keywords": [
|
||||
"inheritance",
|
||||
"class",
|
||||
@@ -17,13 +17,17 @@
|
||||
"repository": "git://github.com/isaacs/inherits",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"test": "tap"
|
||||
"test": "node test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tap": "^14.2.4"
|
||||
"tap": "^7.1.0"
|
||||
},
|
||||
"files": [
|
||||
"inherits.js",
|
||||
"inherits_browser.js"
|
||||
]
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
|
||||
,"_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
|
||||
,"_from": "inherits@2.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user