File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
" jupyterlab extension" ,
9
9
" widgets"
10
10
],
11
- "homepage" : " https://github.com/jupyter /{{ cookiecutter.npm_package_name }}" ,
11
+ "homepage" : " https://github.com/{{ cookiecutter.github_organization_name }} /{{ cookiecutter.github_project_name }}" ,
12
12
"bugs" : {
13
- "url" : " https://github.com/jupyter /{{ cookiecutter.npm_package_name }}/issues"
13
+ "url" : " https://github.com/{{ cookiecutter.github_organization_name }} /{{ cookiecutter.github_project_name }}/issues"
14
14
},
15
15
"license" : " BSD-3-Clause" ,
16
16
"author" : " " ,
17
17
"main" : " lib/index.js" ,
18
18
"types" : " ./lib/index.d.ts" ,
19
19
"repository" : {
20
20
"type" : " git" ,
21
- "url" : " https://github.com/jupyter /{{ cookiecutter.npm_package_name }}"
21
+ "url" : " https://github.com/{{ cookiecutter.github_organization_name }} /{{ cookiecutter.github_project_name }}"
22
22
},
23
23
"scripts" : {
24
24
"build" : " npm run build:lib && npm run build:nbextension" ,
You can’t perform that action at this time.
0 commit comments