Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Dec 8, 2024
2 parents 6417247 + 09a6e23 commit 1040b02
Show file tree
Hide file tree
Showing 19 changed files with 3,956 additions and 253 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,6 @@ Acknowledgment
==============
- Funding: Hai Nguyen is supported by NIH Grant GM103297, "The Center for HIV RNA Studies" (2015 to 02-2017).
- Many thanks to `nglview` [contributors](https://github.com/arose/nglview/graphs/contributors)
- [dunovank/jupyter-themes](https://github.com/dunovank/jupyter-themes): for `oceans16` theme
- [base64-arraybuffer](https://github.com/niklasvh/base64-arraybuffer)
- [ipywidgets](https://github.com/jupyter-widgets/ipywidgets)

Cite
====
Expand Down
5 changes: 3 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build:prod": "yarn run build:lib && yarn run build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"build:lib": "tsc",
"build:lib": "tsc && mkdir -p lib/molstarview && cp src/molstarview/*.css lib/molstarview/",
"clean": "yarn run clean:lib",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"clean:labextension": "rimraf myextension/labextension",
Expand All @@ -52,7 +52,7 @@
"watch": "run-p watch:src watch:labextension",
"watch:src": "tsc -w",
"watch:labextension": "jupyter labextension watch .",
"watch:install": "nodemon --watch src/widget_ngl.ts --exec 'npm install'",
"watch:prepublish": "nodemon --watch src --watch package.json --exec 'date && npm run prepublish && date'",
"test": "mocha"
},
"dependencies": {
Expand All @@ -62,6 +62,7 @@
"jquery-ui": "^1.12.1",
"lodash": "^4.17.4",
"ngl": "2.4.0",
"molstar": "4.9.0",
"underscore": "^1.8.3",
"yup": "^1.0.0"
},
Expand Down
Loading

0 comments on commit 1040b02

Please sign in to comment.