Skip to content

Commit 6945d6f

Browse files
committed
Fix organization in package.json
1 parent 0e4078c commit 6945d6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

{{cookiecutter.github_project_name}}/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"jupyterlab extension",
99
"widgets"
1010
],
11-
"homepage": "https://github.com/jupyter/{{ cookiecutter.npm_package_name }}",
11+
"homepage": "https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.npm_package_name }}",
1212
"bugs": {
13-
"url": "https://github.com/jupyter/{{ cookiecutter.npm_package_name }}/issues"
13+
"url": "https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.npm_package_name }}/issues"
1414
},
1515
"license": "BSD-3-Clause",
1616
"author": "",
1717
"main": "lib/index.js",
1818
"types": "./lib/index.d.ts",
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/jupyter/{{ cookiecutter.npm_package_name }}"
21+
"url": "https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.npm_package_name }}"
2222
},
2323
"scripts": {
2424
"build": "npm run build:lib && npm run build:nbextension",

0 commit comments

Comments
 (0)