Skip to content

Commit

Permalink
Prepare release of Bolt 3.6.7 (#7771)
Browse files Browse the repository at this point in the history
* Make sure `accept_file_types` is an INDEXED array

* Blacklist some common PHP file extensions

* code formatting

* Refactored the thing

* CS fixes

* Fix typo.

* Third time's a charm

* Remove outdated comment

* Add a description in config

* Prepare release of Bolt 3.6.7

* Update config.yml.dist

* Compare filename extension lowercased

* Prepare release of Bolt 3.6.7

* Updating changelog / lock
  • Loading branch information
bobdenotter committed Apr 11, 2019
1 parent 6ace3c6 commit 127434d
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 217 deletions.
4 changes: 2 additions & 2 deletions app/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"select2": "4.0.0"
},
"devDependencies": {
"autoprefixer": "~9.5.0",
"autoprefixer": "~9.5.1",
"css-mqpacker": "~7.0.0",
"csswring": "~7.0.0",
"deep-extend": "~0.6.0",
"grunt": "~1.0.4",
"grunt": "^1.0.4",
"grunt-bom-removal": "~1.0.1",
"grunt-bootlint": "~0.12.1",
"grunt-contrib-concat": "~1.0.1",
Expand Down

0 comments on commit 127434d

Please sign in to comment.