springmeyer / arc.js

great circle routes in javascript
http://springmeyer.github.io/arc.js/
BSD 2-Clause "Simplified" License
369 stars 69 forks source link

Create bower.json file #16

Closed matiassingers closed 10 years ago

matiassingers commented 10 years ago

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:

$ bower register arc.js https://github.com/springmeyer/arc.js.git

See the full details here: http://bower.io/#registering-packages

springmeyer commented 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.
matiassingers commented 10 years ago

@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.