arielsalminen / ResponsiveSlides.js

Simple & lightweight responsive slider plugin (in 1kb)
http://responsiveslides.com
3.46k stars 1.52k forks source link

Use semantic versioning #207

Open philwareham opened 11 years ago

philwareham commented 11 years ago

If this project can be changed to use semantic versioning (http://semver.org) then we can properly make use of it via Bower.

Bower example file below:

{
  "name": "responsiveslides",
  "version": "1.0.55",
  "main": [
    "responsiveslides.css",
    "responsiveslides.js"
  ],
  "ignore": [
    "demo"
  ]
}
kuatsure commented 11 years ago

I like this idea :)

peterpme commented 11 years ago

has this been done?

kuatsure commented 11 years ago

Searching on bower returns this repo as a result, but it's just in ref only, there's no semver or bower.json in the actual repo, so you'll be getting everything in here - demo folder included.

reicheltd commented 10 years ago

+1