Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "daterange.js", | ||
"version": "0.2.1", | ||
"version": "0.2.3", | ||
"homepage": "https://github.com/jrit/daterange.js", | ||
@@ -5,0 +5,0 @@ "authors": [ |
{ | ||
"name": "daterange", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "daterange is a simple node/browser library to work with date ranges. Compare whether date ranges equal, overlap, or contain each other. Subtract and add date ranges.", | ||
@@ -5,0 +5,0 @@ "main": "none", |
@@ -12,2 +12,10 @@ # daterange | ||
Install via | ||
- `npm install daterange` | ||
- `bower install daterange` | ||
The bower install is just the main src file, bower.json and readme | ||
## Example, add 2 ranges: | ||
@@ -14,0 +22,0 @@ |
14596
78