mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Test deploy w/ prebuilt files
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
{
|
||||
"name": "nora",
|
||||
"license": "MIT",
|
||||
"description": "NORA Medical Image Viewer",
|
||||
"version": "1.1.0",
|
||||
"keywords": [
|
||||
"galaxy",
|
||||
"visualization"
|
||||
],
|
||||
"description": "nora",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "cpy --cwd='node_modules/@reisertm/nora_galaxy_plugin' --parents './' '../../../static/dist'"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cpy-cli": "^3.1.1",
|
||||
"underscore": "^1.8.3",
|
||||
"@reisertm/nora_galaxy_plugin": "^1.1.6"
|
||||
"@galaxyproject/nora": "^1.1.0",
|
||||
"cpy-cli": "^3.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "cpy --cwd='node_modules/@galaxyproject/nora/static/dist' --parents './' '../../../../../static/dist'"
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
Reference in New Issue
Block a user