D3.TimeSlider
Advanced tools
Comparing version 1.1.4 to 1.2.0
{ | ||
"name": "D3.TimeSlider", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "A D3.js based time slider", | ||
@@ -28,2 +28,3 @@ "homepage": "https://github.com/EOX-A/d3.TimeSlider", | ||
"browserify-shim": "^3.8.12", | ||
"chai": "^3.5.0", | ||
"coffeeify": "^2.0.1", | ||
@@ -39,3 +40,4 @@ "grunt": "~0.4.1", | ||
"grunt-contrib-uglify": "^0.2.7", | ||
"grunt-contrib-watch": "~0.4.4" | ||
"grunt-contrib-watch": "~0.4.4", | ||
"mocha": "^3.2.0" | ||
}, | ||
@@ -56,4 +58,6 @@ "dependencies": { | ||
"scripts": { | ||
"prepublish": "grunt" | ||
"prepublish": "grunt", | ||
"test": "mocha --compilers coffee:coffee-script/register tests/ --recursive", | ||
"test:watch": "mocha --compilers coffee:coffee-script/register tests/ --recursive -w" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
211098
27
2942
15