From 2bbbfbab0d1d311b18c5df6cdfd4a9589b2e39e6 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Thu, 7 Sep 2017 15:52:36 -0700
Subject: [PATCH] More renaming

---
 package.json        | 4 ++--
 tests/bootstrap.php | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 18885b5..2540bd5 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
 
 {
-  "name": "wp-cli-via-cron-control",
+  "name": "wp-cli-cron-control-offload",
   "version": "0.1.0",
   "main": "Gruntfile.js",
-  "author": "YOUR NAME HERE",
+  "author": "Erick Hitter",
   "devDependencies": {
     "grunt": "~0.4.5",
     "grunt-wp-i18n": "~0.5.0",
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index f943224..0795427 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -17,7 +17,7 @@ require_once $_tests_dir . '/includes/functions.php';
  * Manually load the plugin being tested.
  */
 function _manually_load_plugin() {
-	require dirname( dirname( __FILE__ ) ) . '/wp-cli-via-cron-control.php';
+	require dirname( dirname( __FILE__ ) ) . '/wp-cli-cron-control-offload.php';
 }
 tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
 
-- 
GitLab