jcubic / jquery.splitter

Plugin that split your content with draggable divider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the package name from "jcubic/jquery.splitter" to "jquery.splitter" in bower.json

cheton opened this issue · comments

There was an error occurred while running bower install jquery.splitter to install the package:

$ bower install jquery.splitter
bower install jquery.splitter
bower cloning git://github.com/jcubic/jquery.splitter.git
bower cached git://github.com/jcubic/jquery.splitter.git
bower fetching jquery.splitter
bower checking out jquery.splitter#0.14.0
bower error Invalid name: "jcubic/jquery.splitter"

There were errors, here's a summary of them:
- jquery.splitter Invalid name: "jcubic/jquery.splitter"
An error was caught when reading the bower.json: Invalid name: "jcubic/jquery.splitter"

The slash character (/) is not allowed for defining a package name.
Could you change the package name from "jcubic/jquery.splitter" to "jquery.splitter" in bower.json? Thanks.