Skip to content

Commit

Permalink
Add note about semver
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthornton committed Nov 5, 2015
1 parent a7ee008 commit 2831f83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,11 @@ Submit a [GitHub Issues request](https://github.com/jonthornton/Datepair.js/issu

## Development Guidelines

1. Install dependencies (grunt) `npm install`
2. To build and minify, run `grunt`
3. Use `grunt watch` to continuously build while developing
* Install dependencies (grunt) `npm install`
* To build and minify, run `grunt`
* Use `grunt watch` to continuously build while developing

Datepair.js follows [semantic versioning](http://semver.org/).

- - -

Expand Down

0 comments on commit 2831f83

Please sign in to comment.