Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Mar 30, 2021
2 parents 3709985 + 582f365 commit 2aeeb51
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 52 deletions.
50 changes: 50 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/.git
.gitignore
.gitattributes

/.idea
/.github
/.storybook

/tests
/node_modules
/assets/src
/vendor/bin
/vendor/composer/installers

.travis.yml
.editorconfig
.babelrc
.babelrc.json
.jscrsrc
.jshintrc
.eslintignore
.eslintrc
.eslintrc.json
.prettierrc.json
.prettierignore
.stylelintrc.json
.huskyrc.json
.lintstagedrc.json
.distignore
.stylelintignore

bower.json
composer.json
composer.lock
package.json
package-lock.json
phpunit.xml
phpunit.xml.dist
CHANGELOG.md
README.md
readme.md
phpcs.ruleset.xml
phpcs.xml.dist
CONTRIBUTING.md
CODE_OF_CONDUCT.md
contributing.md
postcss.config.js
webpack.mix.js
docker-compose.yml
wp-textdomain.js
65 changes: 19 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@prettier/plugin-php": "^0.14.3",
"@prettier/plugin-php": "^0.16.2",
"@wordpress/babel-plugin-import-jsx-pragma": "^2.7.0",
"@wordpress/eslint-plugin": "^7.2.0",
"cross-env": "^7.0.2",
Expand Down
5 changes: 0 additions & 5 deletions postcss.config.js

This file was deleted.

0 comments on commit 2aeeb51

Please sign in to comment.