Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 15, 2023
1 parent 0bc7bfa commit f4e5635
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file. See [standa

### 💅 Refactors

- ⚠️ Update repo ([e7d217c](https://github.com/unjs/webpackbar/commit/e7d217c))
- ⚠️ Update repo ([e7d217c](https://github.com/unjs/webpackbar/commit/e7d217c))

### 📦 Build

Expand All @@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file. See [standa
### 🏡 Chore

- Update renovate config ([cf4f93b](https://github.com/unjs/webpackbar/commit/cf4f93b))
- **deps:** ⚠️ Upgrade consola to v3 and minimum node version ([#128](https://github.com/unjs/webpackbar/pull/128))
- **deps:** ⚠️ Upgrade consola to v3 and minimum node version ([#128](https://github.com/unjs/webpackbar/pull/128))
- Update dependencies ([02609e8](https://github.com/unjs/webpackbar/commit/02609e8))

### 🤖 CI
Expand All @@ -33,8 +33,8 @@ All notable changes to this project will be documented in this file. See [standa

#### ⚠️ Breaking Changes

- ⚠️ Update repo ([e7d217c](https://github.com/unjs/webpackbar/commit/e7d217c))
- **deps:** ⚠️ Upgrade consola to v3 and minimum node version ([#128](https://github.com/unjs/webpackbar/pull/128))
- ⚠️ Update repo ([e7d217c](https://github.com/unjs/webpackbar/commit/e7d217c))
- **deps:** ⚠️ Upgrade consola to v3 and minimum node version ([#128](https://github.com/unjs/webpackbar/pull/128))

### ❤️ Contributors

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
"engines": {
"node": ">=14.21.3"
}
}
}
2 changes: 1 addition & 1 deletion playground/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ const config = (name, color) => ({
],
});

module.exports = [config("OrangeBar", "orange"), config("GreenBar", "green")];
module.exports = [config("OrangeBar", "orange")];

0 comments on commit f4e5635

Please sign in to comment.