d3kit-timeline
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ # d3Kit-timeline | ||
## v0.3.0-0.3.1 | ||
## v0.3.0-0.3.2 | ||
- Do not pull unnecessary files when install via bower |
{ | ||
"name": "d3kit-timeline", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "A timeline component based on d3kit and labella.js", | ||
@@ -8,3 +8,3 @@ "homepage": "https://github.com/kristw/d3kit-timeline", | ||
"author": "Krist Wongsuphasawat <krist.wongz@gmail.com> (http://kristw.yellowpigz.com)", | ||
"license": "Apache 2", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
@@ -14,2 +14,5 @@ "d3kit-timeline", | ||
], | ||
"files": [ | ||
"dist/*.js" | ||
], | ||
"dependencies": { | ||
@@ -21,4 +24,2 @@ "d3kit": "~1.0.9", | ||
"chai": "*", | ||
"mocha": "*", | ||
"uglify-js": "*", | ||
"grunt": "~0.4.5", | ||
@@ -32,10 +33,14 @@ "grunt-bump": "~0.3.1", | ||
"grunt-contrib-watch": "~0.6.1", | ||
"grunt-gh-pages": "~0.10.0", | ||
"grunt-shell": "~1.1.2", | ||
"grunt-gh-pages": "~0.10.0", | ||
"load-grunt-config": "~0.17.1", | ||
"time-grunt": "~1.2.1" | ||
"mocha": "*", | ||
"pkgfiles": "^2.3.0", | ||
"time-grunt": "~1.2.1", | ||
"uglify-js": "*" | ||
}, | ||
"scripts": { | ||
"test": "mocha --no-colors --reporter spec" | ||
"test": "mocha --no-colors --reporter spec", | ||
"prepublish": "pkgfiles" | ||
} | ||
} |
30042
-1.55%16
6.67%6
-25%