Skip to content
This repository was archived by the owner on Oct 24, 2018. It is now read-only.

Commit 8b1ce1f

Browse files
committed
Updated package.json
1 parent 2e243dd commit 8b1ce1f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "depcheck",
3-
"version": "0.4.7",
4-
"description": "Check dependencies in your node module",
2+
"name": "depmissing",
3+
"version": "0.0.0",
4+
"description": "Find missing dependencies in your package.json",
55
"main": "index",
66
"bin": {
7-
"depcheck": "bin/depcheck"
7+
"depcheck": "bin/depmissing"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/rumpl/depcheck.git"
11+
"url": "git://github.com/hackhandslabs/depmissing"
1212
},
1313
"scripts": {
14-
"test": "mocha test/index.js"
14+
"test": ""
1515
},
16-
"author": "Djordje Lukic",
16+
"author": "Sergio Vilar <[email protected]>",
1717
"license": "MIT",
1818
"readmeFilename": "README.md",
1919
"dependencies": {

0 commit comments

Comments
 (0)