diff --git a/.gitignore b/.gitignore index 022b988..a8a6691 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +hypothesis node_modules vendor diff --git a/.wp-release.conf b/.wp-release.conf index d250cb9..2a9a1cb 100644 --- a/.wp-release.conf +++ b/.wp-release.conf @@ -10,7 +10,7 @@ MAINFILE="hypothesis.php" # Subversion configuration. # Your WordPress.org svn username. -SVNUSER="BigBlueHat" +SVNUSER="greatislander" # Path for checking out the SVN repo. # Ideally relative to your plugin directory (use default) to avoid # Cygwin/Mingw32 vs. Windows filepath conversion problems. diff --git a/hypothesis.php b/hypothesis.php index 0bf0b18..7ce3c6b 100644 --- a/hypothesis.php +++ b/hypothesis.php @@ -1,15 +1,15 @@