Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

BrandwatchLtd/daterangepicker

Repository files navigation

🚨ARCHIVED PROJECT - This has now been moved to the Analytics Frontend repo #10023 🚨

daterangepicker

very simple date range picker, using moment.js

Build Status

Running the demos

Pull down the repo then execute:

npm start

and open http://localhost:8080/demo

Running the tests

Run

npm install testem -g
testem

To run the tests in CI mode:

npm test

To run tests in the browser:

npm start

and open http://localhost:8080/test

Versioning

Versioning is done through npm by running npm version [<newversion> | major | minor | patch]. For documentation visit npm.