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.
1 parent 7e0b1bc commit 7624d2cCopy full SHA for 7624d2c
{{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