]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Merge pull request #11904 from DanielRuf/chore/update-org-name
authorJoe Workman <joe@workmanmail.com>
Mon, 3 Feb 2020 19:27:44 +0000 (11:27 -0800)
committerGitHub <noreply@github.com>
Mon, 3 Feb 2020 19:27:44 +0000 (11:27 -0800)
chore: update org name

1  2 
bower.json
customizer/lib/js.js
docs/assets/scss/docs.scss

diff --cc bower.json
Simple merge
index 9f6779b034709e6aaeb3a64ca0753955dc35c9f5,125075d76b14c088a617fa4bdf6b92d20f8bd0a4..68d4e8983aa3ae13fd2a8a8dcc1d8081a1118927
@@@ -23,9 -24,9 +23,9 @@@ module.exports = function(config, modul
                "import { Triggers } from '" + dir + "/foundation.util.triggers';\n" +
                "Triggers.init($, Foundation);\n";
  
-   // last 2 pieces work around https://github.com/zurb/foundation-sites/issues/10287
+   // last 2 pieces work around https://github.com/foundation/foundation-sites/issues/10287
  
 -  var libraries = [];
 +  const libraries = [];
  
    if (empty(modules)) {
      modules = Object.keys(config);
Simple merge