Compare commits
No commits in common. "5786338063a3a4c87d5269576b9e7cd28371abff" and "e43815f2a6d8324ac4f1da59215c79b299c00f31" have entirely different histories.
5786338063
...
e43815f2a6
3 changed files with 42 additions and 50 deletions
|
|
@ -2,12 +2,6 @@
|
|||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
||||
|
||||
- - -
|
||||
## v0.1.2 - 2025-04-11
|
||||
#### Bug Fixes
|
||||
- add shebang to entrypoint - (b4a5514) - aleidk
|
||||
|
||||
- - -
|
||||
|
||||
## v0.1.1 - 2025-04-11
|
||||
#### Bug Fixes
|
||||
- remove unecesary dependency - (cf7bf3f) - aleidk
|
||||
|
|
|
|||
2
index.ts
2
index.ts
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env bun
|
||||
|
||||
import sassPlugin from "@alecodes/bun-plugin-sass";
|
||||
import { parseArgs } from "node:util";
|
||||
import path from "node:path";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.1",
|
||||
"name": "@alecodes/tmpl-build-and-load",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue