From 53fdddd5c2ec4a066c5e39cf5c05ddffd6a22071 Mon Sep 17 00:00:00 2001 From: Ben Paddock Date: Tue, 21 May 2013 16:40:53 +0100 Subject: [PATCH] Bump package version and curl plugin version The previous curl plugin did not work with node v10. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a96b9f9..43d4173 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "twikifier", "description": "A node.js based wikifier for TiddlyWiki text.", - "version": "0.2.1", + "version": "0.2.2", "homepage": "https://github.com/cdent/twikifier", "author": "Chris Dent", "contributors": "Ben Paddock", @@ -36,7 +36,7 @@ "grunt-contrib-jshint": "~0.1.1", "grunt": "~0.4.1", "grunt-contrib-clean": "~0.4.0", - "grunt-curl": "~0.5.0", + "grunt-curl": "~1.0.0", "grunt-contrib-concat": "~0.1.3", "grunt-contrib-copy": "~0.4.0", "grunt-release": "~0.3.1"