Skip to content

Commit

Permalink
chore(NO-JIRA): Update build process slightly to exclude some folders…
Browse files Browse the repository at this point in the history
… and files
  • Loading branch information
aaronware committed Aug 24, 2022
1 parent f10dabe commit 1a527bc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ gulp-tasks
phpunit.xml
phpcs.xml
phpdoc.dist.xml
SECURITY.md
yarn.lock
yarn-error.log
webpack.config.babel.js
Expand All @@ -32,6 +31,7 @@ webpack.config.babel.js
/README.md
bower_components
/node_modules
/vendor
atlassian-ide-plugin.xml
gulpfile.js
gulpfile.babel.js
Expand All @@ -42,6 +42,5 @@ DOCKER_ENV
docker_tag
config.yml
renovate.json
updatekey
.husky
commitlint.config.cjs
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 08-22-2022
## [1.1.1] - 08-22-2022

- Updated release for new build process

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Box of scraps is a WordPress theme scaffold used when building sites @ [Linchpin](https://linchpin.com). While it can be used as a stand alone, the team typically utilizes with [deploy-scaffold](https://github.com/linchpin/deploy-scaffold)

## Latest Release [1.5.0] - 08-20-2022
## Latest Release [1.1.1] - 08-24-2022


![Linchpin](https://github.com/linchpin/brand-assets/raw/master/box-of-scraps.gif)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linchpin/box-of-scraps",
"version": "1.5.0",
"version": "0.1.0",
"authors": [
{
"name": "Linchpin",
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
},
"author": "Linchpin <sayhi@linchpin.com>",
"license": "GPL-2.0-or-later",
"dependencies": {
"browserslist": "^4.21.3",
"bulma-scss": "0.9.4",
"fs-extra": "^10.1.0"
},
"devDependencies": {
"bulma-scss": "0.9.4",
"browserslist": "^4.21.3",
"fs-extra": "^10.1.0",
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/register": "7.18.9",
Expand Down

0 comments on commit 1a527bc

Please sign in to comment.