Skip to content

Commit

Permalink
Merge pull request #880 from shgysk8zer0/patch/updates
Browse files Browse the repository at this point in the history
Switch to using `@shgysk8zer0/js-utils` & `@shgysk8zer0/css-utils`
  • Loading branch information
shgysk8zer0 committed Jun 12, 2023
2 parents f14de66 + 3ad54c0 commit 57cd1f9
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 1,709 deletions.
5 changes: 2 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
node_modules/
css/
js/
importmap.json
rollup.config.js
postcss.config.js
*.config.js
.github/
.stylelintrc.json
.stylelintignore
Expand All @@ -13,6 +11,7 @@ postcss.config.js
.gitattributes
.gitignore
.htmlhintrc
.nvmrc
*.html
*.css
*.tgz
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- markdownlint-disable -->
## [Unreleased]

## [v3.0.5] - 2023-06-12

### Changed
- Use `@shgysk8zer0/css-utils` instead of `postcss` & `stylelint`
- Use `@shgysk8zer0/js-utils` instead of `rollup` & `eslint`

### Fixed
- Update GitHub Release Action with correct permissions
- Prevent `.nvmrc` from being publishing

## [v3.0.4] - 2023-05-13

Expand Down
11 changes: 0 additions & 11 deletions importmap.json

This file was deleted.

4 changes: 2 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import '@shgysk8zer0/polyfills';
import 'std-js/theme-cookie.js';
import '@shgysk8zer0/kazoo/theme-cookie.js';
import '@shgysk8zer0/kazoo/dom.js';
import '@shgysk8zer0/components/share-button.js';
import '@shgysk8zer0/components/current-year.js';
Expand All @@ -11,6 +11,6 @@ import '@shgysk8zer0/components/github/user.js';
import '@shgysk8zer0/components/install/prompt.js';
import '@shgysk8zer0/components/app/list-button.js';
import '@shgysk8zer0/components/app/stores.js';
import '@shgysk8zer0/components/share-to-button/share-to-button.js';
import '@shgysk8zer0/components/button/share-to.js';
import '@shgysk8zer0/components/disqus/comments.js';
import '@shgysk8zer0/components/window-controls.js';

0 comments on commit 57cd1f9

Please sign in to comment.