https://github.com/galaxyproject/galaxy
Revision 48e1eda42e21d8080a2dd925b7f800f9e2a05d90 authored by Ahmed Awan on 14 May 2024, 17:01:13 UTC, committed by Ahmed Awan on 14 May 2024, 17:01:13 UTC
Fixes https://github.com/galaxyproject/galaxy/issues/18138
1 parent e1815c3
Raw File
Tip revision: 48e1eda42e21d8080a2dd925b7f800f9e2a05d90 authored by Ahmed Awan on 14 May 2024, 17:01:13 UTC
[24.0] Fix undefined `reading 'produces_entry_points'` TypeError
Tip revision: 48e1eda
package.json
{
  "name": "@galaxyproject/galaxy",
  "version": "24.0.0",
  "description": ".. figure:: https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo.jpg    :alt: Galaxy Logo",
  "main": "index.js",
  "scripts": {
    "stage": "cpy './node_modules/@galaxyproject/galaxy-client/dist/*' './static/dist'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/galaxyproject/galaxy.git"
  },
  "author": "Galaxy Contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/galaxyproject/galaxy/issues"
  },
  "homepage": "https://github.com/galaxyproject/galaxy#readme",
  "dependencies": {
    "@galaxyproject/galaxy-client": "^24.0.0",
    "cpy-cli": "^5.0.0"
  }
}
back to top