From 26df9a56aeacc0b99b57d008d72d02599f925dd7 Mon Sep 17 00:00:00 2001 From: Mangala SSS Khalsa Date: Thu, 9 Jan 2020 16:08:14 -0700 Subject: [PATCH] Release 1.3.0 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 114584437..9da3e3ded 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,20 @@ { "name": "dgrid", "author": "Kris Zyp", - "version": "1.2.1", + "version": "1.3.0", "description": "A lightweight, mobile-ready, data-driven, modular widget designed for lists and grids", "license": "BSD-3-Clause", "repository": { "type": "git", - "url": "http://github.com/SitePen/dgrid" + "url": "https://github.com/SitePen/dgrid" }, "devDependencies": { "grunt": "0.4.5", - "grunt-contrib-clean": "~0.6.0", - "grunt-contrib-stylus": "~0.20", - "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-clean": "~1.0.0", + "grunt-contrib-stylus": "~1.2.0", + "grunt-contrib-watch": "~1.1.0", "intern": "~3.0.6", - "nib": "~1.0.4" + "nib": "~1.1.2" }, "directories": { "doc": "./doc",