Skip to content

Commit 3896857

Browse files
build(deps-dev): bump lodash, grunt and grunt-wp-i18n
1 parent 389d065 commit 3896857

5 files changed

Lines changed: 2215 additions & 901 deletions

File tree

.distignore

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
# A set of files you probably don't want in your WordPress.org distribution
2-
.distignore
3-
.editorconfig
4-
.git
5-
.gitignore
6-
.gitlab-ci.yml
7-
.travis.yml
8-
.DS_Store
9-
Thumbs.db
10-
behat.yml
11-
bin
12-
circle.yml
13-
composer.json
14-
composer.lock
15-
Gruntfile.js
16-
package.json
17-
phpunit.xml
18-
phpunit.xml.dist
19-
multisite.xml
20-
multisite.xml.dist
21-
phpcs.xml
22-
phpcs.xml.dist
23-
README.md
24-
wp-cli.local.yml
25-
tests
26-
vendor
27-
node_modules
28-
*.sql
29-
*.tar.gz
30-
*.zip
31-
package-lock.json
32-
.github
33-
.wordpress-org
1+
# A set of files you probably don't want in your WordPress.org distribution
2+
.distignore
3+
.editorconfig
4+
.git
5+
.gitignore
6+
.gitlab-ci.yml
7+
.travis.yml
8+
.DS_Store
9+
Thumbs.db
10+
behat.yml
11+
bin
12+
circle.yml
13+
composer.json
14+
composer.lock
15+
Gruntfile.js
16+
package.json
17+
phpunit.xml
18+
phpunit.xml.dist
19+
multisite.xml
20+
multisite.xml.dist
21+
phpcs.xml
22+
phpcs.xml.dist
23+
README.md
24+
wp-cli.local.yml
25+
tests
26+
vendor
27+
node_modules
28+
*.sql
29+
*.tar.gz
30+
*.zip
31+
package-lock.json
32+
.github
33+
.wordpress-org

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
.DS_Store
2-
Thumbs.db
3-
wp-cli.local.yml
4-
node_modules/
5-
*.sql
6-
*.tar.gz
7-
*.zip
1+
.DS_Store
2+
Thumbs.db
3+
wp-cli.local.yml
4+
node_modules/
5+
*.sql
6+
*.tar.gz
7+
*.zip
8+
config.bat

Gruntfile.js

Lines changed: 55 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)