Skip to content

Commit

Permalink
Update to Drupal 8.4.0. For more information, see https://www.drupal.…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantheon Automation authored and JonathanPorta committed Oct 4, 2017
1 parent 642f046 commit 7ee457d
Show file tree
Hide file tree
Showing 3,820 changed files with 121,738 additions and 66,971 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[composer.json]
[composer.{json,lock}]
indent_size = 4
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
core/assets/vendor/**/*
core/modules/locale/tests/locale_test.js
core/**/*
vendor/**/*
sites/**/files/**/*
libraries/**/*
Expand Down
8 changes: 6 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,17 @@
# Define binary file attributes.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."
*.eot -text diff
*.exe -text diff
*.gif -text diff
*.gz -text diff
*.ico -text diff
*.jpeg -text diff
*.jpg -text diff
*.png -text diff
*.otf -text diff
*.phar -text diff
*.exe -text diff
*.png -text diff
*.svgz -text diff
*.ttf -text diff
*.woff -text diff
*.woff2 -text diff
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "GPL-2.0+",
"require": {
"composer/installers": "^1.0.24",
"wikimedia/composer-merge-plugin": "~1.4"
"wikimedia/composer-merge-plugin": "^1.4"
},
"replace": {
"drupal/core": "~8.3"
"drupal/core": "^8.4"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit 7ee457d

Please sign in to comment.