Skip to content

Commit

Permalink
Merge pull request #14 from mehul0810/develop
Browse files Browse the repository at this point in the history
Release 1.5.0
  • Loading branch information
mehul0810 authored Mar 9, 2021
2 parents c227650 + b36c849 commit 5d8892d
Show file tree
Hide file tree
Showing 42 changed files with 19,877 additions and 9,625 deletions.
22 changes: 22 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": "last 2 version, > 0.05%, ie >= 10"
}
}
]
],
"plugins": [
[
"@babel/transform-react-jsx",
{
"pragma": "wp.element.createElement"
}
],
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-object-rest-spread"
]
}
53 changes: 53 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
/.git
.gitignore
.gitattributes

/.idea
/.github
/.storybook

/tests
/node_modules
/assets/src
/vendor/bin
/vendor/composer/installers
/wp-org-assets

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

sample-data/wordpress.sql
sample-data/sample-data.numbers
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.config.js
docker-compose.yml
wp-textdomain.js
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false
Loading

0 comments on commit 5d8892d

Please sign in to comment.