From f4d9abc789447bb7563af3e478919c4d03d10eed Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 5 May 2014 11:07:43 -0700 Subject: [PATCH] Use ~ instead of ^ to support older npm versions --- build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/package.json b/build/package.json index d684968b9..5cfdb1b63 100644 --- a/build/package.json +++ b/build/package.json @@ -18,7 +18,7 @@ "grunt-contrib-coffee": "~0.9.0", "grunt-contrib-less": "~0.8.0", "grunt-cson": "0.8.0", - "grunt-download-atom-shell": "^0.6.1", + "grunt-download-atom-shell": "~0.6.1", "grunt-lesslint": "0.13.0", "grunt-markdown": "~0.4.0", "grunt-peg": "~1.1.0",