Skip to content

Commit ec3694b

Browse files
committed
[RELEASE]: updated package.json for organization
Signed-off-by: ashish <[email protected]>
1 parent d23d109 commit ec3694b

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

package.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
2-
"name": "cdt",
2+
"name": "@codingtools/cdt",
33
"description": "Command Line tools for CODERs",
44
"version": "0.1.1",
55
"author": "Ashish Patel @ashishpatel0720",
66
"bin": {
77
"cdt": "./bin/run"
88
},
9-
"bugs": "https://github.com/codingtools/cdt/issues",
9+
"bugs": {
10+
"url": "https://github.com/codingtools/cdt/issues"
11+
},
1012
"dependencies": {
1113
"@oclif/command": "^1.5.19",
1214
"@oclif/config": "^1.13.3",
@@ -58,13 +60,20 @@
5860
"@oclif/plugin-help"
5961
]
6062
},
61-
"repository": "codingtools/cdt",
63+
"repository": {
64+
"type": "git",
65+
"url": "git+https://github.com/codingtools/cdt.git"
66+
},
6267
"scripts": {
6368
"postpack": "rm -f oclif.manifest.json",
6469
"posttest": "tslint -p test -t stylish",
6570
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
66-
"test": "./node_modules/.bin/nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
71+
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
6772
"version": "oclif-dev readme && git add README.md"
6873
},
69-
"types": "lib/index.d.ts"
74+
"types": "lib/index.d.ts",
75+
"directories": {
76+
"lib": "lib",
77+
"test": "test"
78+
}
7079
}

0 commit comments

Comments
 (0)