Closed matiassingers closed 10 years ago
Cool, not used bower so I made a noob mistake and ran bower register
before merging youe pull. Will that be a problem? Output seemed fine:
$ bower register arc.js https://github.com/springmeyer/arc.js.git
[?] May bower anonymously report usage statistics to improve the tool over time? Yes
bower convert Converted https://github.com/springmeyer/arc.js.git to git://github.com/springmeyer/arc.js.git
bower arc.js#* resolve git://github.com/springmeyer/arc.js.git#*
bower arc.js#* download https://github.com/springmeyer/arc.js/archive/v0.1.0.tar.gz
bower arc.js#* extract archive.tar.gz
bower arc.js#* resolved git://github.com/springmeyer/arc.js.git#0.1.0
[?] Registering a package will make it installable via the registry (https://bower.herokuapp.com), continue? Yes
bower arc.js register git://github.com/springmeyer/arc.js.git
Package arc.js registered successfully!
All valid semver tags on git://github.com/springmeyer/arc.js.git will be available as versions.
To publish a new version, just release a valid semver tag.
Run bower info arc.js to list the available versions.
@springmeyer looks like it was registered successfully, to make sure that the bower.json
will be available when people install using Bower you can create a new tag.
Filled the initial bower.json file with most of the data from package.json so the repo is ready for submission to Bower.
Only thing missing is executing the following command:
See the full details here: http://bower.io/#registering-packages