Skip to content

Commit

Permalink
chore: remove dist from publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSeally committed Dec 19, 2024
1 parent a22e3ff commit db5cf55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ pnpm-lock.yaml

.github/
tests/
dist/

**/*.test.*
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This project adheres to [Semantic Versioning](http://semver.org/).

# 1.0.7
- Remove unnecessary dir from package to reduce total size

# 1.0.6
- Add Vite 5.0 support

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-pug-transformer",
"version": "1.0.6",
"version": "1.0.7",
"description": "Vite plugin for supporting pug templates",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit db5cf55

Please sign in to comment.