cytoscape / cytoscape.js-navigator

Bird's eye view pan and zoom control for Cytoscape.js.
MIT License
67 stars 42 forks source link

Wrong Package Name on Bower #25

Closed liberaliscomputing closed 8 years ago

liberaliscomputing commented 8 years ago

Hi,

On README, it is said the name of the Bower package is cytoscape-navigator. If you try with it, there is no package found. Instead, it should be "cytoscape.js-navigator". Hope it would be helpful!

maxkfranz commented 8 years ago

It should be as quoted in the readme. It should be renamed on the bower side

maxkfranz commented 8 years ago

Published as proper name. Looks OK now:

$ bower info cytoscape-navigator
bower cached        https://github.com/cytoscape/cytoscape.js-navigator.git#1.1.3
bower validate      1.1.3 against https://github.com/cytoscape/cytoscape.js-navigator.git#*

{
  name: 'cytoscape-navigator',
  description: 'Bird's eye view pan and zoom control for Cytoscape.js',
  main: 'cytoscape-navigator.js',
  dependencies: {
    cytoscape: '^2.6.0',
    jquery: '^1.4.0 || ^2.0.0'
  },
  repository: {
    type: 'git',
    url: 'https://github.com/cytoscape/cytoscape.js-navigator.git'
  },
  ignore: [
    '**/.*',
    'node_modules',
    'bower_components',
    'test',
    'tests'
  ],
  keywords: [
    'cytoscape',
    'cyext'
  ],
  license: 'MIT',
  homepage: 'https://github.com/cytoscape/cytoscape.js-navigator',
  version: '1.1.3'
}

Available versions:
  - 1.1.3
  - 1.1.2
  - 1.1.1
  - 1.1.0
  - 1.0.2
  - 1.0.1
  - 1.0.0

You can request info for a specific version with 'bower info cytoscape-navigator#<version>'