File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments