Skip to content

Commit 1a527bc

Browse files
committed
chore(NO-JIRA): Update build process slightly to exclude some folders and files
1 parent f10dabe commit 1a527bc

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

.distignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ gulp-tasks
1919
phpunit.xml
2020
phpcs.xml
2121
phpdoc.dist.xml
22-
SECURITY.md
2322
yarn.lock
2423
yarn-error.log
2524
webpack.config.babel.js
@@ -32,6 +31,7 @@ webpack.config.babel.js
3231
/README.md
3332
bower_components
3433
/node_modules
34+
/vendor
3535
atlassian-ide-plugin.xml
3636
gulpfile.js
3737
gulpfile.babel.js
@@ -42,6 +42,5 @@ DOCKER_ENV
4242
docker_tag
4343
config.yml
4444
renovate.json
45-
updatekey
4645
.husky
4746
commitlint.config.cjs

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [1.1.0] - 08-22-2022
9+
## [1.1.1] - 08-22-2022
1010

1111
- Updated release for new build process
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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)
44

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

77

88
![Linchpin](https://github.com/linchpin/brand-assets/raw/master/box-of-scraps.gif)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linchpin/box-of-scraps",
3-
"version": "1.5.0",
3+
"version": "0.1.0",
44
"authors": [
55
{
66
"name": "Linchpin",

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
},
1010
"author": "Linchpin <[email protected]>",
1111
"license": "GPL-2.0-or-later",
12-
"dependencies": {
13-
"browserslist": "^4.21.3",
14-
"bulma-scss": "0.9.4",
15-
"fs-extra": "^10.1.0"
16-
},
1712
"devDependencies": {
13+
"bulma-scss": "0.9.4",
14+
"browserslist": "^4.21.3",
15+
"fs-extra": "^10.1.0",
1816
"@babel/core": "7.18.10",
1917
"@babel/preset-env": "7.18.10",
2018
"@babel/register": "7.18.9",

0 commit comments

Comments
 (0)