From 60fc548cdb945190404cc41bb76a8cf9107dcc63 Mon Sep 17 00:00:00 2001 From: Dave Landry Date: Thu, 21 Dec 2017 17:26:15 -0500 Subject: [PATCH] compiles v0.1.19 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e373edb..646a15b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3plus-priestley", - "version": "0.1.18", + "version": "0.1.19", "description": "A reusable Priestley timeline built on D3.", "main": "build/d3plus-priestley.js", "jsnext:main": "es/index", @@ -52,4 +52,4 @@ "build/d3plus-priestley.min.js", "es" ] -} \ No newline at end of file +}