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

Commit c70db3e

Browse files
committed
remove unncessary pkg.json fields
1 parent 0b16835 commit c70db3e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

index.ts

-13
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,10 @@ const package_json = (projectName: string): string =>
3939
stringify({
4040
name: projectName,
4141
version: '0.0.0',
42-
description: '',
43-
main: '',
4442
scripts: {
4543
bump: `git add . && git commit -m '${projectName} ${Date.now()}' && git push`,
4644
test: 'echo "Error: no test specified" && exit 1',
4745
},
48-
repository: {
49-
type: 'git',
50-
url: 'git+https://github.com/aidenybai/apcsp.git',
51-
},
52-
keywords: [projectName, 'apcsp'],
53-
author: 'Aiden Bai <hello@aidenybai.com>',
54-
license: 'MIT',
55-
bugs: {
56-
url: 'https://github.com/aidenybai/apcsp/issues',
57-
},
58-
homepage: `https://github.com/aidenybai/apcsa/tree/main/${projectName}#readme`,
5946
});
6047

6148
const prettierrc = stringify({

0 commit comments

Comments
 (0)