Skip to content

Commit

Permalink
FIX should use lib/ folder rather the src (.ts files)
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Aug 24, 2019
1 parent f3e5d4e commit 9ce60e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 24 deletions.
7 changes: 4 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "nglview-js-widgets",
"author": "Hai Nguyen <hainm.comp@gmail.com>, Alexander Rose <alexander.rose@weirdbyte.de>",
"license": "MIT",
"main": "src/index.js",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/arose/nglview.git"
Expand All @@ -14,7 +14,8 @@
},
"files": [
"dist",
"src"
"src",
"lib"
],
"keywords": [
"molecular graphics",
Expand Down Expand Up @@ -57,7 +58,7 @@
"@jupyter-widgets/base": "^1.1 || ^2"
},
"jupyterlab": {
"extension": "src/jupyterlab-plugin"
"extension": "lib/jupyterlab-plugin"
},
"homepage": "https://github.com/arose/nglview#readme",
"directories": {
Expand Down
19 changes: 0 additions & 19 deletions js/src/labplugin.js

This file was deleted.

2 changes: 1 addition & 1 deletion nglview/static/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nglview/static/index.js.map

Large diffs are not rendered by default.

0 comments on commit 9ce60e1

Please sign in to comment.