diff --git a/bin/update_dist_directory.sh b/bin/travis/update_dist_directory.sh similarity index 96% rename from bin/update_dist_directory.sh rename to bin/travis/update_dist_directory.sh index 2ae4402dfb..915e181f7c 100755 --- a/bin/update_dist_directory.sh +++ b/bin/travis/update_dist_directory.sh @@ -3,7 +3,6 @@ # [!] This script is intended for Travis. If the tests pass, Travis will # automatically execute this script, regenerating the `dist` directory and # committing any new changes to the `master` branch. -# Details: github.com/h5bp/html5-boilerplate/commit/a3baca2367fab2d # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package.json b/package.json index 9ce4512b3f..52b642c04e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "scripts": { "build": "gulp build", "test": "gulp archive && mocha --reporter spec --timeout 5000", - "update_dist_directory": "bin/update_dist_directory.sh" + "update_dist_directory": "bin/travis/update_dist_directory.sh" }, "version": "4.3.0" }