Comparing version 1.1.0 to 1.1.1
@@ -8,2 +8,8 @@ # Change Log | ||
## [1.1.1] - 2016-06-27 | ||
### Added | ||
- A geometric algorithm. | ||
## [1.1.0] - 2016-06-22 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "rheostat", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Rheostat is a www, mobile, and accessible slider component built with React", | ||
@@ -13,4 +13,4 @@ "main": "lib/Slider.js", | ||
"storybook": "start-storybook -p 9001", | ||
"test": "npm run lint && npm run test:coverage", | ||
"test:coverage": "babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha -- -R tap test/*-test.js", | ||
"test": "npm run build && npm run lint && npm run test:coverage", | ||
"test:coverage": "babel-node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -R tap 'test/**/*-test.js'", | ||
"test:quick": "babel-node node_modules/.bin/_mocha -R tap test/*-test.js" | ||
@@ -29,2 +29,3 @@ }, | ||
"babel-preset-airbnb": "^1.0.1", | ||
"casual": "^1.5.3", | ||
"chai": "^3.4.1", | ||
@@ -31,0 +32,0 @@ "enzyme": "^1.3.1", |
710060
27
2085
18