Compare commits

..

No commits in common. "cf0ea28fa1710cc05c236ea3cb9cfc1a35d3febb" and "dbb8941a71ad3f8290714c114d9d914c11f694e7" have entirely different histories.

3 changed files with 4 additions and 10 deletions

View file

@ -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-02-19
#### Bug Fixes
- change package to scope to prevent resolution issues between registries - (2ca1ee5) - aleidk
- - -
## v0.1.1 - 2025-02-19
#### Bug Fixes
- add sass as a dependency - (a90901c) - aleidk

View file

@ -1,3 +1,3 @@
[install.scopes]
[install]
"@alecodes" = { token = "$NPM_REGISTRY_TOKEN", url = "https://git.alecodes.page/api/packages/alecodes/npm/" }
registry = { token = "$NPM_REGISTRY_TOKEN", url = "https://git.alecodes.page/api/packages/alecodes/npm/" }

View file

@ -1,6 +1,6 @@
{
"name": "@alecodes/bun-plugin-sass",
"version": "0.1.2",
"name": "bun-plugin-sass",
"version": "0.1.1",
"module": "index.ts",
"type": "module",
"scripts": {