From 35ceafae3da8b1f65e97766ec010159372bb504c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 26 Jul 2016 01:48:00 -0400 Subject: [PATCH] cellid.js -> latlng2cell.js --- package.json | 2 +- tests/{cellid.js => latlng2cell.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{cellid.js => latlng2cell.js} (100%) diff --git a/package.json b/package.json index 220f766..317328d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (used by Ingress, Pokemon GO)", "main": "src/s2geometry.js", "scripts": { - "test": "node tests/cellid.js" + "test": "node tests/latlng2cell.js" }, "repository": { "type": "git", diff --git a/tests/cellid.js b/tests/latlng2cell.js similarity index 100% rename from tests/cellid.js rename to tests/latlng2cell.js