diff --git a/www/wp-content/plugins/timber/composer.json b/www/wp-content/plugins/timber/composer.json index 9a470bd..bc89b8d 100644 --- a/www/wp-content/plugins/timber/composer.json +++ b/www/wp-content/plugins/timber/composer.json @@ -45,7 +45,7 @@ "repositories": [ { "type": "composer", - "url": "http://wpackagist.org" + "url": "https://wpackagist.org" }, { "type": "package", diff --git a/www/wp-content/themes/ation2016/package.json b/www/wp-content/themes/ation2016/package.json index 5dc002f..8e91486 100644 --- a/www/wp-content/themes/ation2016/package.json +++ b/www/wp-content/themes/ation2016/package.json @@ -30,5 +30,8 @@ "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.5.2", "jshint": "^2.9.1" + }, + "dependencies": { + "bootstrap-sass": "^3.3.6" } }