Skip to content

Commit 0643a04

Browse files
authored
Merge pull request #31 from cornhundred/patch-4
update package.json based on recommendation
2 parents 7e0b1bc + 7624d2c commit 0643a04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

{{cookiecutter.github_project_name}}/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"jupyterlab-extension",
99
"widgets"
1010
],
11+
"files": [
12+
"lib/**/*.js",
13+
"dist/*.js"
14+
],
1115
"homepage": "https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}",
1216
"bugs": {
1317
"url": "https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}/issues"

0 commit comments

Comments
 (0)