We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e0b1bc + 7624d2c commit 0643a04Copy full SHA for 0643a04
{{cookiecutter.github_project_name}}/package.json
@@ -8,6 +8,10 @@
8
"jupyterlab-extension",
9
"widgets"
10
],
11
+ "files": [
12
+ "lib/**/*.js",
13
+ "dist/*.js"
14
+ ],
15
"homepage": "https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}",
16
"bugs": {
17
"url": "https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}/issues"
0 commit comments